NPM Auto Publish #25
SamWSoftware
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@SamWSoftware for releases, I had a thought that might work well for keeping GH and NPM in line on releases:
What are your thoughts on this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to make sure that we're doing release correctly?
So far I've always used
np
for publishing. Unfortunately, you can't use this in CICD as it is an interactive CLI tool.The thing I'm nervous about is getting errors if we publish without bumping the version correctly.
My ideas are:
I give you @bfaulk96 access to the NPM package so you can also deploy manually using np.
We use something like https://github.com/marketplace/actions/npm-publish which won't publish if we haven't changed the package number, and has some version-checking functionality.
Beta Was this translation helpful? Give feedback.
All reactions