Skip to content

Commit 25e25ab

Browse files
authored
docs(repo): add doc on releases (#1068)
1 parent 3c830a1 commit 25e25ab

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

CONTRIBUTING.md

+3-17
Original file line numberDiff line numberDiff line change
@@ -81,23 +81,9 @@ for how it should be used.
8181

8282
## Release procedure
8383

84-
This project uses [semver](https://semver.org/), handled by the NPM package
85-
[standard-version](https://www.npmjs.com/package/standard-version). For creating
86-
a new release, run the following commands:
87-
88-
```sh
89-
npm run release
90-
git checkout -b vX.Y.Z
91-
```
92-
93-
Commit and push the files `package.json`, `package-lock.json` and `CHANGELOG.md`
94-
and merge it to `main`. Then pull this changes in and run the following on the
95-
main branch:
96-
97-
```sh
98-
git tag vX.Y.Z
99-
git push origin vX.Y.Z
100-
```
84+
This project uses [semver](https://semver.org/) together with handled by the NPM
85+
package [release-please](https://github.com/googleapis/release-please) for
86+
handling versioning and releases.
10187

10288
## Style guide
10389

0 commit comments

Comments
 (0)