-
Notifications
You must be signed in to change notification settings - Fork 77
Development: Releasing Process
Yu-Jie Lin edited this page Apr 7, 2018
·
3 revisions
-
Go through commits, issues, and PRs.
-
Update the version strings and dates in
-
pipes.sh
-
pipes.sh.6
-
-
Generate HTML manpage:
make pipes.sh.6.html
- Commit the HTML in
gh-pages
branch - Push the branch
-
Tag release
- Use
git tag --annotate vX.Y.Z [commit]
with release note as message - Push the commit and tag
- Use
-
Publish release note on GitHub
The note should be the same as one in annotated tag, but in Markdown and with links to commits, issues, PRs, etc.