Skip to content

Commit

Permalink
Rename makefile command for version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
stianjensen committed Dec 2, 2018
1 parent 3f54309 commit b2991cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
all:
npm start

.PHONY: bump-version-and-tag-commit-for-release
bump-version-and-tag:
.PHONY: bump-version
bump-version:
npm --no-git-tag-version version major
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,9 @@ Use the `--nojsdoc` flag.

## Publishing nin

To publish nin, checkout a new branch, run `make
bump-version-and-tag-commit-for-release`, `git push && git push --tags`, get it merged, and
Travis will automatically publish a new release after master has finished
building.
To publish nin, checkout a new branch, run `make bump-version`, `git push`, get
it merged, and Travis will automatically publish a new release after master has
finished building.

## Notes on working in windows

Expand Down

0 comments on commit b2991cf

Please sign in to comment.