-
Notifications
You must be signed in to change notification settings - Fork 11
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
Install release-it globally #105
Comments
@webpro - Hey thanks for taking a look!
This has non-trivial issues when using
I actually do add
My workflow is actually to use Either way, I totally agree that we don't really want |
#9 removed the
|
Thanks for explaining everything! So both |
Thanks @rwjblue! I was actually looking at ./RELEASE.md when I opened this ticket, but obviously the template file is what's being used by the script. |
Ah, good call, I’ll update this repos |
First of all, nice repo! :)
I saw a step in the release process saying "install release-it globally", and I traced it down to this repository. But I wonder whether this is the best option?
Generally it's good practice to add release-it to the
devDependencies
, so it will also automatically receive updates. Also, it's one manual step less in this process.This could all be automated from the script in this repo, only the command to release would change from
release-it
to e.g.npm run release
(oryarn release
).What do you think?
The text was updated successfully, but these errors were encountered: