-
-
Notifications
You must be signed in to change notification settings - Fork 13
Investigate automation of publishing new npm versions #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
Comments
I can take a look at this. I am wondering about what we should do with the versioning of our package? Should it match the Node.js version the headers are based on? For example, after merging #40 , we would publish this package as version If we don't go with that, what would our versioning scheme be -- just update the minor version every time? From a solution standpoint, this is much easier 😄 What are your thoughts @NickNaso ? |
Hi @KevinEady you are right and we decided to follow the rules reported in the section |
Hi @NickNaso , So I see the (semi-)automated release flow going like so:
I would not want a 100% automatic publishing process, and so this above CI flow would require only one manual step for the release: approving the PR with the version change created by I am also tempted to not have the Thoughts on all of this? |
Hi @KevinEady, |
Automation verified at #45. Thank you all for setting this up! |
Seems like after a PR to update is reviewed/landed we could automate publishing a new version.
The text was updated successfully, but these errors were encountered: