-
Notifications
You must be signed in to change notification settings - Fork 69
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
(chore) Makes pre-release version numbers incremental #462
Conversation
Size Change: 0 B Total Size: 1.27 MB ℹ️ View Unchanged
|
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.
a9fad3a
to
6e19e8d
Compare
Thanks @denniskigen for the comments. Merging this in to unblock the release |
- name: 💾 Commit changes | ||
run: git add . && git commit -m "Prerelease version" --no-verify | ||
|
||
- name: 🚀 Pre-release |
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.
Should we rename this to Publish Pre-release
Requirements
Summary
Pre-release version number has been using the current release version numbers which didn't make sense especially because pre-release should point to the next possible version.
Screenshots
Previously:
New:
Related Issue
Other