-
Notifications
You must be signed in to change notification settings - Fork 426
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
Add stable branch to release.sh #2236
Add stable branch to release.sh #2236
Conversation
To be used in PPA builds.
Looks good. Will this also update stable to release candidate builds? |
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.
Looks good. I'll merge when the question about release candidate builds is answered.
@pfps Good question. It will update stable to RC release as well. Although, now my question is - should we do this or not? Test: This is how script works now (debug output):
|
RC releases are test releases so I would count them as not stable. |
@pfps okay then. i update script to skip prerelease. |
@pfps can you please create a stable branch right now (i mean without waiting for new release) by doing: |
Should be done. I had to use
but there is a stable branch that appears to be 1.1.10 |
@pfps thanks. that's probably because you do not have i set it to true to get rid of that annoying "git push" failure with new local branches. |
To be used in PPA builds.
for #2186 (comment)
this will allow to make PPA build without manual changing of tag name in PPA recipe every time there is a release, instead we will use "stable" branch as branch name.
Tested by creating new releases:
from https://github.com/antonsoroko/Solaar/tree/version_1.1.11 i created
https://github.com/antonsoroko/Solaar/tree/1.1.11
and https://github.com/antonsoroko/Solaar/tree/stable used to point to that
1.1.11
tag.then from https://github.com/antonsoroko/Solaar/tree/version_1.1.12 i created
https://github.com/antonsoroko/Solaar/tree/1.1.12
and https://github.com/antonsoroko/Solaar/tree/stable points to that new
1.1.12
tag.see https://github.com/antonsoroko/Solaar/commits/stable/