Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: steve lasker <[email protected]>
  • Loading branch information
SteveLasker committed Jul 11, 2024
1 parent b525b16 commit d8609dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

This document describes the checklist to publish a release via GitHub workflow.

The maintainers may periodically update this checklist based on feedback.

NOTE: Make sure the dependencies in `go.mod` file are expected by the release.
For example, if there are dependencies on certain version of notation library (notation-go or notation-core-go) or ORAS library (oras-go), make sure that version of library is released first, and the version number is updated accordingly in `go.mod` file.
After updating go.mod file, run `go mod tidy` to ensure the go.sum file is also updated with any potential changes.
Expand Down
2 changes: 2 additions & 0 deletions release-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ If you or your project require added functionality, or bug fixes, please open an
The project welcomes all contributions from adding functionality, implementing testing, security reviews to the release management.
Please see [here](https://github.com/veraison#contributing) for how to contribute.

The maintainers may periodically update this policy based on feedback.

## Release Versioning

Consumers of the go-cose project may build directly from main, or pull from released builds.
Expand Down

0 comments on commit d8609dd

Please sign in to comment.