Skip to content

Commit fb7e133

Browse files
committed
chore: reset changelogs
1 parent b84091b commit fb7e133

File tree

7 files changed

+17
-320
lines changed

7 files changed

+17
-320
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# This is the main CI workflow that runs the test suite on all pushes to main and all pull requests.
2-
# It runs the following jobs:
3-
# - required: runs the test suite on ubuntu with stable and beta rust toolchains
4-
# - minimal: runs the test suite with the minimal versions of the dependencies that satisfy the
5-
# requirements of this crate, and its dependencies
6-
# - os-check: runs the test suite on mac and windows
7-
# - coverage: runs the test suite and collects coverage information
8-
# See check.yml for information about how the concurrency cancellation and workflow triggering works
91
name: test
102
permissions:
113
contents: read
@@ -27,7 +19,7 @@ jobs:
2719
# toolchain
2820
toolchain: [stable, beta]
2921
steps:
30-
- run: sudo apt-get install -y libpango1.0-dev libgraphene-1.0-dev libudev-dev libgtk-4-dev libglib2.0-dev
22+
- run: sudo apt-get install -y qemu-utils libpango1.0-dev libgraphene-1.0-dev libudev-dev libgtk-4-dev libglib2.0-dev
3123
- uses: actions/checkout@v4
3224
- name: Install ${{ matrix.toolchain }}
3325
uses: dtolnay/rust-toolchain@master

.release-plz.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[changelog]
2+
header = "# Changelog"
3+
body = "Body"
4+
trim = true
5+
protect_breaking_commits = true
6+
sort_commits = "newest"
7+
8+
commit_parsers = [
9+
{ message = "^.*: add", group = "Added" },
10+
{ message = "^.*: support", group = "Added" },
11+
{ message = "^.*: remove", group = "Removed" },
12+
{ message = "^.*: delete", group = "Removed" },
13+
{ message = "^test", group = "Fixed" },
14+
{ message = "^fix", group = "Fixed" },
15+
{ message = "^.*: fix", group = "Fixed" },
16+
]

goldboot-image/CHANGELOG.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

goldboot-linux/CHANGELOG.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

goldboot-macros/CHANGELOG.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

goldboot-registry/CHANGELOG.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

goldboot/CHANGELOG.md

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)