Skip to content

Commit

Permalink
update readme about release
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Jul 31, 2022
1 parent efc724f commit ca87e91
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ The command does the following:
- Ensures you’re on master and don’t have local, un-commited changes
- Bumps the version number in [package.json](package.json) based on major, minor or patch
- Runs the `postversion` npm script in [package.json](package.json), which:
- Pushes the tag to GitHub
- Publishes the npm release
- Deploys to [Vercel](https://vercel.com)
- Opens the GitHub releases page so you can publish the release notes
- Runs test
- Pushes the tag to GitHub, which triggers GitHub Action that does the following:
- Push GitHub app to Heroku
- Releases NPM
- Publish the Release Draft!

0 comments on commit ca87e91

Please sign in to comment.