chore(justfile): Add a subject to the tag message

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-05-21 23:57:16 +00:00
parent c1afa9a93d
commit 89d0710ce5

View File

@@ -64,7 +64,7 @@ changelog:
[script] [script]
release version: release version:
set -e set -e
TAG_MSG=$(git-cliff --strip all --unreleased --body '{{ tag_change_body }}') TAG_MSG="Version {{ version }}\n\n$(git-cliff --strip all --unreleased --body '{{ tag_change_body }}')\n"
sed -i "s/^version\s*= \".*\"/version = \"{{ version }}\"/" ./Cargo.toml sed -i "s/^version\s*= \".*\"/version = \"{{ version }}\"/" ./Cargo.toml
taplo fmt --config ./.taplo.toml ./Cargo.toml taplo fmt --config ./.taplo.toml ./Cargo.toml
{{ JUST_EXECUTABLE }} ci {{ JUST_EXECUTABLE }} ci