-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish npm package in @NicTool namespace
- Loading branch information
Showing
3 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
|
||
# Release process | ||
|
||
in your feature branch: (git checkout -b release-N.N.N) | ||
In your local repo: | ||
|
||
- make your changes | ||
- git add . | ||
- .release/do.sh {major|minor|patch} | ||
- `.release/do.sh` {major|minor|patch} | ||
- fill in the blanks in CHANGELOG.md | ||
- .release/push.sh | ||
- `.release/push.sh` | ||
|
||
Upon merge to `master`: | ||
|
||
- the new version will be published to NPM. | ||
- a GitHub release will be published. | ||
- a release tag will be committed to the repo. | ||
|
||
## Clean | ||
|
||
`.release/cleanup.sh` | ||
|
||
- will switch to the master branch | ||
- delete the release branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters