File tree 1 file changed +3
-17
lines changed
1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -81,23 +81,9 @@ for how it should be used.
81
81
82
82
## Release procedure
83
83
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.
101
87
102
88
## Style guide
103
89
You can’t perform that action at this time.
0 commit comments