We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4f69f commit d1987fdCopy full SHA for d1987fd
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [0.1.7] - 2025-04-25
+## [0.1.8] - 2025-04-25
4
5
### <!-- 0 -->⛰️ Features
6
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "devpilot"
authors = ["Trim Bresilla <trim.bresilla@gmail.com>"]
-version = "0.1.7"
+version = "0.1.8"
edition = "2021"
license = "MIT"
7
run.sh
@@ -36,7 +36,7 @@ release() {
36
changelog=$(git cliff --unreleased --strip all)
37
git add -A && git commit -m "chore(release): prepare for $version"
38
echo "$changelog"
39
- git tag -a $version -m "$version" -m "$changelog"
+ git tag -a $version -m "$changelog"
40
git push --follow-tags --force --set-upstream origin develop
41
gh release create $version --notes "$changelog"
42
}
0 commit comments