-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rel: prep for release of 1.21 (#668)
Documenting release 1.21. --------- Co-authored-by: Kent Quirk <kentquirk@honeycomb.io>
- Loading branch information
1 parent
281ae43
commit 36aa2ca
Showing
3 changed files
with
58 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# Release Process | ||
|
||
1. Add release entry to [changelog](./CHANGELOG.md) | ||
2. Open a PR with the above, and merge that into main | ||
3. Create new tag on merged commit with the new version (e.g. `v1.4.1`) | ||
4. Push the tag upstream (this will kick off the release pipeline in CI) | ||
5. Copy change log entry for newest version into draft GitHub release created as part of CI publish steps | ||
6. Update the `appVersion` and any relevant chart changes in [helm-charts](https://github.com/honeycombio/helm-charts/tree/main/charts/refinery) | ||
2. Add a summary of release changes to [release notes](./RELEASE_NOTES.md) | ||
3. Open a PR with the above, and merge that into main | ||
4. Create new tag on merged commit with the new version (e.g. `v1.4.1`) | ||
5. Push the tag upstream (this will kick off the release pipeline in CI) | ||
6. Copy change log entry for newest version into draft GitHub release created as part of CI publish steps | ||
7. Update the `appVersion` and any relevant chart changes in [helm-charts](https://github.com/honeycombio/helm-charts/tree/main/charts/refinery) |