-
Notifications
You must be signed in to change notification settings - Fork 5
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
Include cheatsheet for release process #127
Conversation
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.
Thank you @jesus-talavera-ibm ! I have another question apart of the one made on the code: the process to do the first release of the version is the same than when we add patches?
Yes, the only difference is that minor versions are done in |
CONTRIBUTING.md
Outdated
|
||
### Cheatsheet for release process | ||
|
||
* Create branch ``jt-release-notes-x.x.x`` (ie: ``jt-release-notes-0.9.1``) |
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.
Do we really need to start the branch name with jt-*
?
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.
You a right! Sorry, my mistake. The rest of the branch name wasn't correct neither. I just fixed it
Thank you! |
Summary
Include cheatsheet for release process
Details and comments