universal-android-debloater.../.github/release.yml
w1nst0n 7788f3cf83
[CI] Github Actions overhaul (+ add auto dev-build release) (#364)
- Big refactoring using the new reusable workflow feature
- Better use of caching
- Replace lld linker on MacOS/Linux by a better one: https://github.com/rui314/mold
- Automatically create a `dev-build` release whenever a commit changing the software code lands into the main branch
- Replace unmaintained Github Action `actions-rs/toolchain` by `dtolnay/rust-toolchain`
- Update all others Github Actions (I now watch all the repositories to be notified on new release)
- Use the new `automatically generated release notes` feature from Github
2022-08-28 21:19:03 +00:00

17 lines
312 B
YAML

changelog:
exclude:
labels:
- package::documentation
- package::addition
- package::breakage
- package::bootloop
categories:
- title: Added
labels:
- feature
- title: Changed
labels:
- enhancement
- title: Fixed
labels:
- bug