Skip to content

Releases: dupuy/reliabot

Release v0.2.4

19 Mar 23:31
e36bb0c
Compare
Choose a tag to compare

Release notes

[0.2.4] - 2024-03-19

🛠️ Fixes

  • Release PR title & debug workflows (#88)
  • (publish) Repository checkout and permission for annotated tag (#92)
  • (workflows) Show correctly computed outputs (#97)
  • Git-cliff version bumping
  • Don't use --tags when computing COMMIT_TAG

📚 Documentation

  • Add more badges to README.md (#71)

🚜 Refactor

  • (workflow) Simplify 'if' conditions (#94)
  • (Makefile) Changelog generation

Release v0.2.2

18 Mar 06:31
f47a5f1
Compare
Choose a tag to compare

Release notes

[0.2.2] - 2024-03-18

🛠️ Fixes

  • GitHub Actions pre/release logic
  • (release) Build CHANGELOG incrementally

Release v0.2.1

17 Mar 23:49
8d32e64
Compare
Choose a tag to compare

Release notes

[0.2.1] - 2024-03-17

🚀 Features

  • Add CODEOWNERS (#55)
  • Pre-commit hook for tidy numbering and ordering of all Markdown reference links (#35)
  • (docs) Use git-cliff to generate CHANGELOG.md (#68)
  • (ci) Truly harden GHA workflows (#70)
  • GitHub Action for building, testing, releasing, and publishing (#67)
  • 'make' targets for release PRs (#77)

🛠️ Fixes

  • Self-test from module wrapper main (#47)
  • Codeql.yaml cron error (#64)
  • (docs) Correct the names of extras used for reliabot (#69)
  • Relocate CHANGELOG to match 'make release' (#80)
  • (ci) CodeQL job hardening policy (#86)

📚 Documentation

  • CONTRIBUTING.md (#23)
  • CodeQL & OpenSSF scorecard + best practices badges (#53)
  • Clean up old CHANGELOG entries

🚜 Refactor

  • (cd) Revamp GitHub Actions workflows (#84)