We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A parameter to skip npm phase. The bump of the version will be skipped as well
if i have a published module, I need to skip npm but i need to create the GH release
releasify publish --skip-npm --from-commit xxx --to-commit yyy
The text was updated successfully, but these errors were encountered:
I would like to work on this issue. Any hint on how to start?
--skip-npm
Which files I have to edit? A unit test is required?
Thanks!
Sorry, something went wrong.
Which files I have to edit?
Here is where the npm publish is done and that one we would like to avoid:
https://github.com/fastify/releasify/blob/master/lib/commands/publish.js#L122
A unit test is required?
Yes, we need it
No branches or pull requests
🚀 Feature Proposal
A parameter to skip npm phase.
The bump of the version will be skipped as well
Motivation
if i have a published module, I need to skip npm but i need to create the GH release
Example
The text was updated successfully, but these errors were encountered: