diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-06-23 17:55:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 17:55:26 +0200 |
commit | d731ed70d92bb6809d0dc648f9865ec46d275424 (patch) | |
tree | 9be927cfe47950caba442a5446a06a9ab133e025 /changelog.d | |
parent | Re-introduce "Leave out optional keys from /sync" change (#10214) (diff) | |
download | synapse-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.misc | 1 |
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. |