Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release script improvements (#10966) | reivilibre | 2021-10-11 | 1 | -4/+32 |
| | | | Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
* | Sign the git tag in release script (#10925) | Erik Johnston | 2021-09-27 | 1 | -1/+1 |
| | |||||
* | Fix release script URL (#10516) | Erik Johnston | 2021-08-03 | 1 | -1/+1 |
| | |||||
* | Extend the release script to tag and create the releases. (#10496) | Erik Johnston | 2021-08-03 | 1 | -36/+275 |
| | |||||
* | Change release script to update debian changelog for RCs (#10465) | Erik Johnston | 2021-07-27 | 1 | -6/+20 |
| | |||||
* | Fixes to the release script (#10239) | Brendan Abolivier | 2021-06-23 | 1 | -25/+27 |
| | | | | * 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 | ||||
* | Name release branches just after major.minor (#10013) | Dan Callahan | 2021-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
* | Add release helper script (#9713) | Erik Johnston | 2021-04-13 | 1 | -0/+244 |
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> |