Add initial implementation of the bin/releaser script#12130
Merged
Add initial implementation of the bin/releaser script#12130
Conversation
alecslupu
approved these changes
Dec 5, 2023
Contributor
alecslupu
left a comment
There was a problem hiding this comment.
👍
It looks ok by reading the code. Can't wait to give it a spin.
alecslupu
previously requested changes
Dec 11, 2023
Contributor
alecslupu
left a comment
There was a problem hiding this comment.
I have checked the script, and everything went well, once i have fixed the typo.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎩 What? Why?
With the last two release candidates, I made a script that allows maintainers to automate much of the tasks of the release process.
This is the first iteration.
📌 Related Issues
Testing
It's called with
./bin/releaser --github-token=(gh auth token) --version-type=rc.I didn't try it for the patch release (yet) but it should work too for that case. For the minor release (i.e. the next v0.29.0.rc1) I'd need to make a few changes, but it should be easy to do so.