-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 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,11 +1,11 @@ | ||
# Release Checklist | ||
|
||
1. Make sure all tests pass (run 'make check') | ||
2. Update CHANGELOG.md | ||
3. Run `make release VERSION=0.0.1` (on Mac, prefix with "SED=gsed" so that GNU-sed is used). | ||
4. `git commit -am "Release 0.0.1"` | ||
5. Tag code with version (`git tag -s vVERSION -m "Release 0.0.1"` ) | ||
6. Push repo and tags (`git push && git push origin v0.0.1`) | ||
2. Update CHANGES.md | ||
3. Run `make release VERSION=0.0.8` (on Mac, prefix with "SED=gsed" so that GNU-sed is used). | ||
4. `git commit -am "Release 0.0.8"` | ||
5. Tag code with version (`git tag -s vVERSION -m "Release 0.0.8"` ) | ||
6. Push repo and tags (`git push && git push origin v0.0.8`) | ||
7. Publish on NPM: "npm publish" | ||
8. Update the release notes on https://github.com/conversejs/skeletor/releases | ||
9. Run `npm pack` and upload the tgz file to the releases page. |
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