Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore(release): release docs update
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Tobia <Francois-Esquire@users.noreply.github.com>
  • Loading branch information
nellyk and Francois-Esquire authored May 6, 2020
1 parent 0a93fe0 commit a399477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This process can be used to make ad hoc releases outside of wednesday release cy

1. Run `npm run release` locally within your branch, this would update [package.json](package.json), [package-lock.json](package-lock.json)and [one-app-statics package.json](one-app-statics/package.json) with the new version to be released.
2. Run `npm run release:changelog` to generate and update the changelog.
3. Push your changes and create a pull request to master.
3. Commit using the `chore(release): X.X.X` message format and push your changes, then create a pull request to master.
4. When the changes are merged and reviewed. The same process from [step 3](#automated-release-process) above will be followed.

## FAQs
Expand Down

0 comments on commit a399477

Please sign in to comment.