-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: align dev checklist to applied practices in ORAS 1.1.0-rc.1 release #222
Conversation
Signed-off-by: Billy Zha <[email protected]>
Signed-off-by: Billy Zha <[email protected]>
Signed-off-by: Billy Zha <[email protected]>
Signed-off-by: Billy Zha <[email protected]>
Signed-off-by: Billy Zha <[email protected]>
Signed-off-by: Billy Zha <[email protected]>
|
||
### Request to vote | ||
1. Open a release PR to update oras version: replace [current stable version](https://github.com/oras-project/oras/blob/main/internal/version/version.go#L20) with upcoming release version | ||
- The target branch is `main` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we want to release v1.1.0
or v1.1.0-rc.2
, the target branch is release-1.1
as we already have a release branch.
docs/community/developer_guide.mdx
Outdated
- The target branch is `main` | ||
- The title should be `bump: tag and release ORAS CLI v<major>.<minor>[-<pre-release>]` | ||
- The description must reference the digest of version bump up commit for voting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: code style: consistency: 4 spaces for indentation
Signed-off-by: Billy Zha <[email protected]>
Conflicts and comments here |
Resolves #213