-
Notifications
You must be signed in to change notification settings - Fork 7.5k
doc: Update release_process to clarify about GitHub tagging #14990
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14990 +/- ##
=========================================
Coverage ? 52.93%
=========================================
Files ? 309
Lines ? 45266
Branches ? 10451
=========================================
Hits ? 23960
Misses ? 16541
Partials ? 4765 Continue to review full report at Codecov.
|
Are you sure this issue affects pre-releases only? This page seems to tell github creates light-weight tags always: https://help.github.com/en/articles/working-with-tags |
I looked at all tags with
|
Looks like all github tags, will update the note. |
Add a note in the tagging section of the release process that explains why using GitHub release process for tags should NOT be done. Fixes zephyrproject-rtos#14985 Signed-off-by: Kumar Gala <[email protected]>
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.
Very surprising and confusing hence definitely worth mentioning.
Add a note in the tagging section of the release process that explains
why using GitHub release process for tags should NOT be done.
Fixes #14985
Signed-off-by: Kumar Gala [email protected]