Commit Graph

15 Commits

Author SHA1 Message Date
dependabot[bot] e6caa97195 build(deps): bump actions/github-script from 7.0.1 to 8.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-05 13:11:55 +00:00
dependabot[bot] 621b043104 build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-11 18:23:01 +00:00
Quentin Gliech c3707c13ae Add license headers in most files that missed them 2025-06-12 11:01:07 +02:00
Quentin Gliech a9d03d6017 CI: call cargo metadata with the --no-deps flag when extracting the version 2025-02-21 16:55:54 +01:00
Quentin Gliech 90bd12e459 Extract CI scripts in separate files 2025-02-06 11:27:25 +01:00
Quentin Gliech 77102b806a Refactor actions to reuse shared steps 2025-02-06 10:47:41 +01:00
Quentin Gliech 3b2915e118 Use the ubuntu-24.04 runners in CI 2025-02-06 10:09:37 +01:00
Quentin Gliech e524aa657c Open merge-back-release PRs from a seprate branch 2025-01-31 13:27:27 +01:00
Quentin Gliech 6569a26f1f Fix updating the release branch 2025-01-24 17:26:38 +01:00
Quentin Gliech 433eaa6ce2 Fix double double quote in release workflow 2025-01-24 17:23:06 +01:00
Quentin Gliech ad48e5bf89 Checkout the repo before opening release PRs 2025-01-24 17:04:56 +01:00
Quentin Gliech bfb02454a7 Fix creation of release PRs 2025-01-24 16:31:38 +01:00
Quentin Gliech cffba3a237 Release workflow: don't commit directly to main 2025-01-24 16:06:50 +01:00
Quentin Gliech 2b832bdd72 Create branches in localazy as part of the release process 2025-01-22 17:21:00 +01:00
Quentin Gliech 9e7d3e80bb Create release branches as part of the release workflow 2025-01-22 17:21:00 +01:00