-
Notifications
You must be signed in to change notification settings - Fork 366
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
8 changed files
with
98 additions
and
49 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
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,15 +1,13 @@ | ||
# Release Checklist | ||
|
||
- Make sure all tests pass (run 'make check') | ||
- Decide on version number | ||
- Update CHANGELOG.md | ||
- Check for correct version number in package.json and bower,json | ||
- Run "make release" | ||
- Commit the newly generated files (mention it's a new release) | ||
- Tag code with version (git tag -s vVERSION ) | ||
- Push repo and tags (git push && git push --tags) | ||
- Publish on NPM: "npm publish" | ||
- Add documentation to strophe.im repo | ||
- Update links in index.markdown in Strophe.im | ||
- Update link to documentation in README | ||
- Tell the world | ||
1. Make sure all tests pass (run 'make check') | ||
2. Update CHANGELOG.md | ||
3. Run "make release VERSION=1.2.14" (on Mac, prefix with "SED=gsed" so that | ||
GNU-sed is used). | ||
4. Commit the newly generated files (mention it's a new release) | ||
5. Tag code with version (git tag -s vVERSION ) | ||
6. Push repo and tags (git push && git push --tags) | ||
7. Publish on NPM: "npm publish" | ||
8. Add documentation to strophe.im repo | ||
9. Update links in index.markdown in Strophe.im | ||
10. Update link to documentation in README |
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
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
Large diffs are not rendered by default.
Oops, something went wrong.