- May 03, 2022
-
-
David Robertson authored
Check we're on the right branch before tagging, and on the right tag before uploading * Abort if we're on the wrong branch * Check we have the right tag checked out * Clarify that `publish` only releases to GitHub
-
- Apr 27, 2022
-
-
David Robertson authored
Not enforced in config yet. One day.
-
- Apr 26, 2022
-
-
David Robertson authored
-
David Robertson authored
Poetry now manages the project version in pyproject.toml.
-
- Apr 19, 2022
-
-
Richard van der Hoff authored
The release script used to incorrectly write `New synapse release 1.57.0~rc1.` instead of `New synapse release 1.57.0rc1.`
-
- Apr 12, 2022
-
-
Erik Johnston authored
-
- Mar 17, 2022
-
-
David Robertson authored
-
- Mar 02, 2022
-
-
Erik Johnston authored
As we want to include the previous version in the "No new changes..." string.
-
- Oct 11, 2021
-
-
reivilibre authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
- Sep 27, 2021
-
-
Erik Johnston authored
-
- Aug 03, 2021
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jul 27, 2021
-
-
Erik Johnston authored
-
- Jun 23, 2021
-
-
Brendan Abolivier authored
* 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
-
- Jun 08, 2021
-
-
Dan Callahan authored
With the prior format, 1.33.0 / 1.33.1 / 1.33.2 got separate branches: release-v1.33.0 release-v1.33.1 release-v1.33.2 Under the new model, all three would share a common branch: release-v1.33 As before, RCs and actual releases exist as tags on these branches. This better reflects our support model, e.g., that the "1.33" series had a formal release followed by two patches / updates. Signed-off-by:
Dan Callahan <danc@element.io>
-
- Apr 13, 2021
-
-
Erik Johnston authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-