Releases: MoOx/npmpub
Releases · MoOx/npmpub
5.1.1
5.0.0
4.1.0
4.0.1
4.0.0
3.1.0
3.0.3
3.0.1
3.0.0
Complete rewrite using Node.js instead of sh.
- Changed: bin is now "npmpub"
- Added: Does a GitHub release by default from the version number and the
corresponding section in your changelog. - Added:
--help
to see the help - Added:
--verbose
to see some informations. - Added:
--debug
to see all informations about process. - Added:
--skip-status
to skip git status check - Added:
--skip-fetch
to skip git fetch to compare remote - Added:
--skip-compare
to skip git comparison with origin - Added:
--skip-cleanup
to skip node_modules cleanup - Added:
--dry
to skip npm publish, just to check that tests are ok. - Added:
--no-release
to avoid the GitHub release from changelog.