We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcd590 commit b1385c0Copy full SHA for b1385c0
README.md
@@ -112,6 +112,10 @@ For releasing a new stable version from main branch, go to
112
[Actions](https://github.com/getsentry/sentry-kafka-schemas/actions) and
113
trigger a new job for the `Release` workflow.
114
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
+
119
After releasing a new version, you should immediately bump Sentry, Snuba and
120
Relay to ensure that all services are synchronized onto the new schema as
121
soon as possible.
0 commit comments