This repository has been archived by the owner on Jun 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from rnchamberlain/packaging-update
nodereport project packaging updates
- Loading branch information
Showing
4 changed files
with
60 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Instructions for maintainers of the nodereport project | ||
|
||
## Publishing to the npm registry | ||
|
||
The nodereport project is published as an npm native module | ||
|
||
For each publish to npm: | ||
|
||
- update the version property in the package.json file, incrementing the major, minor and patch level as appropriate | ||
- update the CHANGES.md file with a list of commits since last release | ||
- commit CHANGES.md and package.json to nodereport master branch | ||
- tag commit with an annotated tag | ||
- git checkout and npm publish the nodereport package | ||
|
||
Suggested tooling is the slt-release script documented here: https://github.com/strongloop/strong-tools |
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