summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-06-23 17:55:26 +0200
committerGitHub <noreply@github.com>2021-06-23 17:55:26 +0200
commitd731ed70d92bb6809d0dc648f9865ec46d275424 (patch)
tree9be927cfe47950caba442a5446a06a9ab133e025 /changelog.d
parentRe-introduce "Leave out optional keys from /sync" change (#10214) (diff)
downloadsynapse-d731ed70d92bb6809d0dc648f9865ec46d275424.tar.xz
Fixes to the release script (#10239)
* rename major/minor into the right semver terminology minor/patch (since this was something that got me very confused the first couple of times I've used the script)
* name the release branch based on the new version, not the previous one
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10239.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10239.misc b/changelog.d/10239.misc
new file mode 100644
index 0000000000..d05f1c4411
--- /dev/null
+++ b/changelog.d/10239.misc
@@ -0,0 +1 @@
+Update the release script to use the semver terminology and determine the release branch based on the next version.