Skip to content

Releases: MoOx/npmpub

5.1.1

13 Apr 12:47
863b890
Compare
Choose a tag to compare
  • Bump shelljs to avoid security issue.

5.0.0

20 Sep 09:41
00870df
Compare
Choose a tag to compare
  • Bump github-release-from-changelog to v2 to support more changelog formats.

4.1.0

29 Jul 18:30
Compare
Choose a tag to compare

4.0.1

08 Jun 06:32
Compare
Choose a tag to compare
  • Fixed: annotated tags won't have "created with npmpub" anymore.

4.0.0

07 Jun 12:51
Compare
Choose a tag to compare
  • Use yarn --frozen-lockfile or npm ci for cleanup
  • Fixed: tags are now annotated tags.

3.1.0

12 Mar 06:51
Compare
Choose a tag to compare
  • Added: --skip-test, because you might need it for shitty test runner
    (eg: testling don't like to be ran from another location).
    That's a pretty stupid option, I agree.

    Recommended Usage: npm test && npmpub --skip-test.

3.0.3

12 Feb 20:03
Compare
Choose a tag to compare
  • Fixed: 3.0.2 deactivated auto GitHub release. This is now fixed.

3.0.1

20 Jan 22:26
Compare
Choose a tag to compare
  • Fixed: "npm publish" should actually call "npm publish", not "npmPublish".

3.0.0

20 Jan 22:20
Compare
Choose a tag to compare

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.

2.0.0

11 Jan 07:02
Compare
Choose a tag to compare
  • Changed: do not rebase by default, but instead show a warning if relevant.
  • Fixed: no more *-trash warnings (trash replaced by trash-cli).
  • Added: show a warning if you have unstashed changes or remote is unreadable.