-
Notifications
You must be signed in to change notification settings - Fork 3
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
Prepare for v1.8.0 #26
Conversation
Based on urfave/cli and this conversation: #23 (comment)
- Once that is approved and merged make a tag locally: | ||
```sh | ||
TAG_VERSION=v1.7.2 make tag | ||
git push origin v1.7.2 | ||
``` |
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.
I'm not likely to be making releases, so this is probably a very moot point that I'm happy to concede on, but wouldn't it be the same / sufficient to make the tag via the web UI?
(I haven't set up commit/tag signing locally, for example, so web UI actions are the only way I'll have signed objects. That being said I don't actually use gimme
any more and haven't for a long time; I'm just still here because @meatballhat is one of the best humans there ever was and I'm happy to lend a hand if I can since I helped create the thing eons ago. 😄)
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.
v1.5.1 was signed that way, by crating the tag on the web view, and it does create a signed tag. v1.5.2 isn't signed at all. So I have no objections to the tags being signed by github.
However the tag
target in the Makefile refuses to make the tag unless you've updated the version number in source, which we forgot to do for v1.7.0. Presumably because @meatballhat made the tag using git locally. I think let's do our best to protect ourselves and keep this method.
Thank you for making me think about this.
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.
LGTM, for the avoidance of doubt -- I won't be the blocker to progress here! 🚀
No description provided.