Commit
Message
Changed Files (3)
-
modified .pre-commit-config.yml
diff --git a/.pre-commit-config.yml b/.pre-commit-config.yml index 9d72ab3..f27ec0d 100644 --- a/.pre-commit-config.yml +++ b/.pre-commit-config.yml @@ -19,7 +19,7 @@ repos: - repo: https://git.sr.ht/~ololduck/pre-commit-hooks rev: v0.3.1 hooks: - - id: check-version-bump + # - id: check-version-bump - id: check-changelog-cliff - id: check-readme-cargo-readme args: [--no-indent-headings, --no-title] -
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e4bc61..37ec361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ ### ⚡ Performance - Don't read artifacts 2 times (1 to generate hash, the other to copy to final resting place + +### ⚙️ Miscellaneous Tasks + +- Prepare release ## [0.7.1] - 2026-06-16 ### 🚀 Features -
modified abbaye.toml
diff --git a/abbaye.toml b/abbaye.toml index 864ae50..52cd943 100644 --- a/abbaye.toml +++ b/abbaye.toml @@ -240,9 +240,7 @@ category = "Packages" name = "Debian" comment = "Debian package for publishing or installing directly." type = "script" -script = [ - "cargo deb", -] +script = ["cargo deb"] outputs = ["target/debian/abbaye_*_amd64.deb"] # ── Markdown Builder (type = "markdown", example — not active here) ─────────