-
Notifications
You must be signed in to change notification settings - Fork 13
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 a release script #10
Comments
It should something like this
|
@guidomb I'd rather split this in three commands:
Most of the time I'd bump and tag, and try to test it (manually or in a CI) then if I am fine with it, I'll release it to the wild, if not I just remove the tag and start over (I can even rewrite history). |
Makes senses. I think it could be splitted in 3 commands but in a different way release
publish release
test release
|
👍 |
We should check out this section of the docs that talks about generating the |
It should create a bump the project's version and create a tag. If using carthage generate the zip files and upload them to a GitHub release draft. For cocoapods upload it to trunk.
The text was updated successfully, but these errors were encountered: