-
Notifications
You must be signed in to change notification settings - Fork 9
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
Trigger npm publish when a release/pre-release is created #53
Conversation
git tag -m "Version $version" --end-of-options "$version_tag" | ||
|
||
git push origin "refs/tags/$version_tag" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tags must be created through the Releases UI
ESLint Summary View Full Report
Report generated by eslint-plus-action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, is that all there's to it?
That's extremely simple.
And we also talked about this internally last week.
The only concern that I have with this now is that what can happen is the package.json version not match the release's version.
Left a comment below with a suggestion to address that
c338af0
to
fba8c04
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
As discussed, we should be publishing npm packages when creating new releases and not doing it manually to avoid losing sync between npm versions and releases as we have now with
1.0.0-RC.0