Skip to content

feat: Add message to package command#1216

Merged
kodiakhq[bot] merged 4 commits intomainfrom
add-package-message
Sep 18, 2023
Merged

feat: Add message to package command#1216
kodiakhq[bot] merged 4 commits intomainfrom
add-package-message

Conversation

@hermanschaaf
Copy link
Copy Markdown
Contributor

@hermanschaaf hermanschaaf commented Sep 18, 2023

This adds a required "message" paramater to the package command, which then gets added to package.json. This is for summarizing the changes in a version.

At the moment this flag is required, but we could potentially loosen that restriction if we had a way to use git to track changes between commits.

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 18, 2023

Codecov Report

Patch coverage: 70.83% and project coverage change: +0.05% 🎉

Comparison is base (70f20bb) 48.51% compared to head (07bbe1a) 48.57%.
Report is 1 commits behind head on main.

❗ Current head 07bbe1a differs from pull request most recent head 276dff8. Consider uploading reports for the commit 276dff8 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1216      +/-   ##
==========================================
+ Coverage   48.51%   48.57%   +0.05%     
==========================================
  Files          87       87              
  Lines        8142     8163      +21     
==========================================
+ Hits         3950     3965      +15     
- Misses       3828     3832       +4     
- Partials      364      366       +2     
Files Changed Coverage Δ
serve/package.go 57.41% <70.83%> (+1.56%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 18, 2023

⏱️ Benchmark results

  • Glob-8 ns/op: 98.89

kodiakhq bot pushed a commit that referenced this pull request Sep 18, 2023
Adds zip file checksums to the package.json format.

Includes some commits from #1216 to avoid merge conflicts later.
@kodiakhq kodiakhq bot merged commit 44956d9 into main Sep 18, 2023
@kodiakhq kodiakhq bot deleted the add-package-message branch September 18, 2023 16:00
kodiakhq bot pushed a commit that referenced this pull request Sep 19, 2023
🤖 I have created a release *beep* *boop*
---


## [4.8.0](v4.7.1...v4.8.0) (2023-09-19)


### Features

* Add Checksums to package.json format ([#1217](#1217)) ([720baae](720baae))
* Add message to package command ([#1216](#1216)) ([44956d9](44956d9))
* Add shuffle scheduler ([#1218](#1218)) ([2b1ba30](2b1ba30))
* Update package command ([#1211](#1211)) ([39fc65e](39fc65e))


### Bug Fixes

* Add schema version to package.json ([#1212](#1212)) ([393c94d](393c94d))
* **deps:** Update github.com/cloudquery/arrow/go/v14 digest to 483f6b2 ([#1209](#1209)) ([179769a](179769a))
* **deps:** Update github.com/cloudquery/arrow/go/v14 digest to ffb7089 ([#1215](#1215)) ([70f20bb](70f20bb))
* Use -dir suffix for plugin package arguments ([#1213](#1213)) ([93f9398](93f9398))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants