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
-[Automated releases and versioning](#automated-releases-and-versioning)
34
+
-[Commits](#commits)
33
35
-[Releases, Versioning and Tagging](#releases-versioning-and-tagging)
34
36
-[CI situation](#ci-situation)
35
37
-[Publishing manually - doing the CI's work](#publishing-manually---doing-the-cis-work)
@@ -196,6 +198,23 @@ If you encounter serious security risks, please refrain from posting these publi
196
198
We could minimize the impact by first patching the issue, publishing the patch, and then (after 30 days) disclose the bug.
197
199
So please first send an e-mail to [email protected] describing the issue, and then we will work on fixing it as soon as possible.
198
200
201
+
## Automated releases and versioning
202
+
203
+
We use `release-please` to automatically create version bumps and PRs.
204
+
The `.release-please-manifest.json` file contains the configuration for this (see [docs](https://github.com/googleapis/release-please/blob/main/docs/manifest-releaser.md)).
205
+
206
+
## Commits
207
+
208
+
Use [ConventionalCommits](https://www.conventionalcommits.org/) for commit messages.
209
+
210
+
-`fix: ...` for bugfixes
211
+
-`feat: ...` for new features
212
+
-`chore: ...` for changes that don't affect the code (e.g. updating dependencies)
0 commit comments