Skip to content

Commit

Permalink
update command in RELEASING doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jul 21, 2022
1 parent e429abb commit 88dea4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The release workflow is to checkout a new `release/` branch from master, update
Switched to a new branch 'release/v1.2.3'
```

- Update the [CHANGELOG](/CHANGELOG.md) for the new release. This involves running the `bin/release/updateChangelog.py` script. Review the diff and check for any obvious errors.
- Update the [CHANGELOG](/CHANGELOG.md) for the new release. This involves running `./bin/release/updateChangelog.py <prev version> <next version>`. Note that this currently requires `prettier` to be installed from npm. Review the diff and check for any obvious errors.

- Update any other files referencing the version. To see an example, check the previous release PR. At time of writing, these are:
- `README.md`: Bump the version in the header
Expand Down

0 comments on commit 88dea4d

Please sign in to comment.