You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jake Apple edited this page Mar 29, 2018
·
7 revisions
Create a Release Commit
After merging all approved pull requests, pull master down on your local machine. Then run this command in the terminal to get a nicely formatted list git log --pretty=format:'- %s' `git describe --tags --abbrev=0`..HEAD
Update the Changelog & Version Number
Paste your pretty markdown list in changelog.md and get the next "Gemstone+Dog".
Update the version number in package.json
Commit those two changes. Use this format for the subject :bookmark: Release v0.0.00 and use the pretty list as the body.