Skip to content

Commit d1987fd

Browse files
committed
chore(release): prepare for
1 parent 8a4f69f commit d1987fd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.1.7] - 2025-04-25
3+
## [0.1.8] - 2025-04-25
44

55
### <!-- 0 -->⛰️ Features
66

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "devpilot"
33
authors = ["Trim Bresilla <trim.bresilla@gmail.com>"]
4-
version = "0.1.7"
4+
version = "0.1.8"
55
edition = "2021"
66
license = "MIT"
77

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ release() {
3636
changelog=$(git cliff --unreleased --strip all)
3737
git add -A && git commit -m "chore(release): prepare for $version"
3838
echo "$changelog"
39-
git tag -a $version -m "$version" -m "$changelog"
39+
git tag -a $version -m "$changelog"
4040
git push --follow-tags --force --set-upstream origin develop
4141
gh release create $version --notes "$changelog"
4242
}

0 commit comments

Comments
 (0)