Releases: TokTok/ci-tools
Releases · TokTok/ci-tools
nightly
fix: Disable clazy check as it is missing cmake dependencies.
v0.8.2
v0.8.1
Release notes
Prod release for ci-tools.
Bug Fixes
v0.8.1-rc.1
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_requiredbool. (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-patchinstead ofpatch. (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_uploadscript 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_certtool 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_uploadscript used by Haskell GH actions. (ab8e6d6f) - Add
check_releasescript, used by other repos. (19ddbe74)
0.8
0.7
Add `happy` to the tools.
Happy is needed to build happy when using stack.
Update stylish-haskell to 0.11.0.0.
Fixes a bug in stylish-haskell that removes comments in data definitions.
Update to latest versions of the tools: lts-15.2
- 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.
So we can use it from the spec repo and perhaps other repos where we want to process documentation (markdown, latex, etc).