mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-23 14:04:19 +02:00
- 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
17 lines
312 B
YAML
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
|