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
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,14 +86,10 @@ npm install
86
86
### Releasing
87
87
88
88
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).
90
90
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).
97
93
98
94
You will then need to publish the updated version to the [npm registry](http://npmjs.com). This requires an npm account
99
95
with appropriate maintainer permissions. To publish the module, run:
0 commit comments