Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jun 7, 2018
1 parent 3e1ece6 commit bd27244
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
32 changes: 18 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
# 4.0.0 - 2018-06-07

- Use `yarn --frozen-lockfile` or `npm ci` for cleanup

# 3.1.1 - 2016-12-16

- Fixed: tags are now annotated tags.

# 3.1.0 - 2016-03-12

- Added: ``--skip-test``, because you might need it for shitty test runner
(eg: ``testling`` don't like to be ran from another location).
- 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``._
_Recommended Usage: `npm test && npmpub --skip-test`._

# 3.0.3 - 2016-02-12

- Fixed: 3.0.2 deactivated auto GitHub release. This is now fixed.

# 3.0.2 - 2016-02-12

- Fixed: ``--no-release`` flag now works.
- Fixed: `--no-release` flag now works.

# 3.0.1 - 2016-01-20

Expand All @@ -29,20 +33,20 @@
- 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.
- 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 - 2016-01-11

- Changed: do not rebase by default, but instead show a warning if relevant.
- Fixed: no more ``*-trash`` warnings (``trash`` replaced by ``trash-cli``).
- Fixed: no more `*-trash` warnings (`trash` replaced by `trash-cli`).
- Added: show a warning if you have unstashed changes or remote is unreadable.

# 1.0.0 - 2015-10-04
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npmpub",
"version": "3.1.1",
"version": "4.0.0",
"description": "`npm publish` on steroid",
"keywords": [
"cli-app",
Expand Down

0 comments on commit bd27244

Please sign in to comment.