chore(ci): automate tag creation after release PR is merged#2967
Conversation
kkovaacs
left a comment
There was a problem hiding this comment.
LGTM.
The only thing I see we would lose is the signature on the release tag -- which we do have now if Git is configured correctly on our development environment. Not a huge loss, though, we can probably live with that.
Agree, I think we can live with it. But we could also set up GPG key as repository secret and configure it. If we consider it worthwhile I can look into it! |
I wouldn't bother with that for now. BTW, one more thing: are we sure |
I'm not 100% sure, but from what I've read, hopefully this should let it go through: permissions:
contents: write |
Our release pipeline right now has an intermediate manual step which I'm looking to automate. Goal is that anyone -with no prior knowledge of how this process works- can just execute the
release.shscript, approve the PR, and everything is taken care of automatically.Before (manual process):
After (automated):