Skip to content
Snippets Groups Projects
  1. Sep 02, 2024
    • Quentin Gliech's avatar
      Format files with Ruff (#17643) · 7d52ce7d
      Quentin Gliech authored
      I thought ruff check would also format, but it doesn't.
      
      This runs ruff format in CI and dev scripts. The first commit is just a
      run of `ruff format .` in the root directory.
      7d52ce7d
  2. Aug 19, 2024
  3. Jul 05, 2024
  4. Feb 20, 2024
  5. Jan 23, 2024
  6. Dec 13, 2023
  7. Nov 21, 2023
  8. Oct 16, 2023
  9. Sep 07, 2023
  10. Aug 15, 2023
  11. May 30, 2023
  12. Mar 21, 2023
  13. Jan 26, 2023
  14. Dec 12, 2022
  15. Nov 14, 2022
  16. Sep 21, 2022
  17. Sep 05, 2022
  18. Aug 02, 2022
  19. Jul 26, 2022
  20. May 03, 2022
  21. Apr 27, 2022
  22. Apr 26, 2022
  23. Apr 19, 2022
  24. Apr 12, 2022
  25. Mar 17, 2022
  26. Mar 02, 2022
  27. Oct 11, 2021
  28. Sep 27, 2021
  29. Aug 03, 2021
  30. Jul 27, 2021
  31. 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
      d731ed70
  32. 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>
      7dc14730
  33. Apr 13, 2021
Loading