chore(justfile): Add a subject to the tag message
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
2
justfile
2
justfile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user