Skip to content

Commit b3070fe

Browse files
committed
chore: sync Cargo.toml version to v0.2.0 and fix release.toml keys
# ── git-warden policy guide ── # Write the commit message in English # AI co-author trailers will be removed before commit
1 parent 5f6d88b commit b3070fe

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitversion-rs"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
rust-version = "1.88"
66
description = "Rust port of GitVersion — calculates semantic versions from Git history. Full feature port with a Ratatui TUI."

release.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
commit-message = "chore: release {{version}}"
1+
pre-release-commit-message = "chore: release {{version}}"
22
tag-message = "release: {{version}}"
3-
pre-release-commit-message = "chore: pre-release {{version}}"

0 commit comments

Comments
 (0)