Skip to content

Commit f631bf3

Browse files
Merge pull request #57 from greatislander/chore/update-readme
2 parents 237170b + be07c6e commit f631bf3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,10 @@ npm install
8686
### Releasing
8787

8888
This module uses [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), enforced with [commitlint](https://commitlint.js.org/).
89-
This facilitates releasing new versions of the module. To cut a release, run:
89+
This facilitates releasing new versions of the module. Release pull requests are generated using [Release Please](https://github.com/google-github-actions/release-please-action).
9090

91-
```bash
92-
npm run release
93-
```
94-
95-
This will tag an appropriate [semantic version](https://semver.org) based on the nature of the recent commits to the
96-
project and update [the changelog](CHANGELOG.md).
91+
To cut a release, review and merge the release pull request. This will tag an appropriate [semantic version](https://semver.org)
92+
based on the nature of the recent commits to the project and update [the changelog](CHANGELOG.md).
9793

9894
You will then need to publish the updated version to the [npm registry](http://npmjs.com). This requires an npm account
9995
with appropriate maintainer permissions. To publish the module, run:

0 commit comments

Comments
 (0)