Skip to content

Releases: TokTok/ci-tools

nightly

15 Feb 17:51
1dacf2d

Choose a tag to compare

nightly Pre-release
Pre-release
fix: Disable clazy check as it is missing cmake dependencies.

v0.8.2

19 Feb 23:08
v0.8.2
db3b6d5

Choose a tag to compare

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

16 Feb 22:52
v0.8.1
e5a01a0

Choose a tag to compare

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

16 Feb 18:31
v0.8.1-rc.1
f910a4b

Choose a tag to compare

v0.8.1-rc.1 Pre-release
Pre-release

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)

0.8

08 Apr 16:46
cd0f87f

Choose a tag to compare

0.8

Renamed to ci-tools.

0.7

27 Mar 13:41
8517a42

Choose a tag to compare

0.7

Adding travis-haskell script, factoring out common bits of Haskell repos' Travis scripts.

Add `happy` to the tools.

07 Mar 09:50
12ed35e

Choose a tag to compare

Happy is needed to build happy when using stack.

Update stylish-haskell to 0.11.0.0.

06 Mar 20:53
ba937a2

Choose a tag to compare

Fixes a bug in stylish-haskell that removes comments in data definitions.

Update to latest versions of the tools: lts-15.2

05 Mar 11:34
f97d5dc

Choose a tag to compare

  • stack: 2.1.3
  • hlint: 2.2.11
  • stylish-haskell: 0.10.0.0
  • pandoc: 2.9.1.1

v0.3: Add pandoc to the tools.

12 Aug 19:48
8f2d4ac

Choose a tag to compare

So we can use it from the spec repo and perhaps other repos where we want
to process documentation (markdown, latex, etc).