Skip to content

Latest commit

 

History

History
116 lines (85 loc) · 8.64 KB

CHANGELOG.md

File metadata and controls

116 lines (85 loc) · 8.64 KB

v0.8.2 (2025-02-19)

Release notes

Add @Green-Sky to trusted signers.

Features

  • Add tag signature verification stage in release. (ad4f357f)
  • Add script for signing release tags. (5ff8a175)

v0.8.1 (2025-02-16)

Release notes

Prod release for ci-tools.

Bug Fixes

  • Don't erase release candidate's release notes. (417cb4a4)
  • Run release-soon on everything except push. (8d52ffa9)
  • Don't run release-soon check on pushes, only pulls. (138a61e8)
  • Output a zero-length file when changelog is empty. (2337240f)
  • Security: Don't pass tokens to repo-local code. (887ba6cf)

v0.8.1-rc.1 (2025-02-16)

Release notes

First release of ci-tools made by ci-tools releaser scripts. Release candidate first.

Bug Fixes

  • Reviewable config was broken. (73df8058)
  • Forcibly trigger CI on automation pull requests. (4bcdf84b)
  • Fix self-name detection for real now. (782a44c9)
  • Better detect the project's self-name. (1dd4366b)
  • Verify all assets (except signatures and hashes). (e10da65d)
  • Be less qtox-specific. (6941efe0)
  • Use the version from the tracking issue if available. (830de610)
  • Clear the correct cache on clear_cache. (63157bd2)
  • Checkout ci-tools into third_party. (b85a6de9)
  • Fix screenshotting in appimage build. (ac355bdc)
  • Checkout ci-tools into the correct directory. (a2e0673b)
  • Don't try to upload release artifacts on master builds. (18266196)
  • Support original-only artifact file name globs. (fbb1fb4a)
  • Check out the PR head instead of merge commit in restyled. (59f72a80)
  • Respect the local_required bool. (b6c16510)
  • Actually handle all the cases of versions being available or not. (40e0b274)
  • Allow milestone to be empty. (722fce93)
  • Terminate restyled action with error if a patch exists. (97066a4e)
  • It's git-patch instead of patch. (3fd551b6)
  • Don't abort the restyled workflow before uploading a patch. (1587d59d)
  • Don't try to restyle submodules. (5e2f2c85)
  • Fix bzl file parser. (7cd1c326)
  • Ignore empty response from github api. (9618fca1)
  • Move workflows to workflows toplevel directory. (541a153d)
  • Move workflows to .github. (54e32f1f)
  • Disable release version check when there's no draft release. (3a6eb17c)
  • Don't evaluate BUILD.bazel. (cdc378fd)
  • Fail the hackage_upload script on upload failure. (0c2126d6)
  • Fix hackage upload URL for package candidates. (563e21cd)

Features

  • Show number of release assets verified in the log. (c0519b1d)
  • Add PR validation to common prepare workflow. (13c63859)
  • Make project-name optional, infer from cmake. (ba24249e)
  • Add release workflow. (829df801)
  • Add support for multiple distinct artifacts. (a50c0246)
  • Add support for multi-file generic artifacts. (f35086cd)
  • Add the qTox deploy scripts. (ea26a8ab)
  • Add Qt application deploy workflows. (e2ce075f)
  • Add install_apple_cert tool to ci-tools scripts. (6012b895)
  • Add netlify deploy workflow. (f7477300)
  • Add a release-soon workflow to check if we should release soon. (33ef2fa4)
  • Support toxic's version location. (510a4114)
  • Check the PR milestone matches the upcoming draft release. (81d08966)
  • Upload restyled diff as artifact. (c248b2c7)
  • Add release drafter common github action. (2b74b8d3)
  • Add common CI checks to be shared by all repos. (cc1982dd)
  • Support reading from stdin in stylish-haskell-lhs. (bda2ee47)
  • Add support for dpkg-divert'ed stylish-haskell. (00aec25d)
  • Add Haskell workflows that can be called from other repos. (cdf1bed0)
  • Add hackage_upload script used by Haskell GH actions. (ab8e6d6f)
  • Add check_release script, used by other repos. (19ddbe74)

v0.8 (2020-04-08)

v0.6 (2020-03-07)

v0.5 (2020-03-06)

v0.4 (2020-03-05)

v0.3 (2018-08-12)

v0.2 (2018-08-05)