Skip to content
Snippets Groups Projects
  1. May 03, 2022
  2. Apr 27, 2022
  3. Apr 26, 2022
  4. Apr 19, 2022
  5. Apr 12, 2022
  6. Mar 17, 2022
  7. Mar 02, 2022
  8. Oct 11, 2021
  9. Sep 27, 2021
  10. Aug 03, 2021
  11. Jul 27, 2021
  12. Jun 23, 2021
    • Brendan Abolivier's avatar
      Fixes to the release script (#10239) · d731ed70
      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
      Unverified
      d731ed70
  13. Jun 08, 2021
    • Dan Callahan's avatar
      Name release branches just after major.minor (#10013) · 7dc14730
      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: default avatarDan Callahan <danc@element.io>
      Unverified
      7dc14730
  14. Apr 13, 2021
Loading