Skip to content

Commit b1385c0

Browse files
authored
docs: Update readme about choosing a version to release (#151)
1 parent 7bcd590 commit b1385c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ For releasing a new stable version from main branch, go to
112112
[Actions](https://github.com/getsentry/sentry-kafka-schemas/actions) and
113113
trigger a new job for the `Release` workflow.
114114

115+
We usually just increment the `patch` number for schema changes.
116+
e.g. If the last version was 0.1.11, the next version should be 0.1.12.
117+
Check https://github.com/getsentry/sentry-kafka-schemas/releases for the latest release numbers.
118+
115119
After releasing a new version, you should immediately bump Sentry, Snuba and
116120
Relay to ensure that all services are synchronized onto the new schema as
117121
soon as possible.

0 commit comments

Comments
 (0)