We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd7e96 commit d9230dbCopy full SHA for d9230db
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
Changelog of git-changelog-lib.
4
5
+## 2.3.2 (2024-10-02)
6
+
7
+### Bug Fixes
8
9
+- was using wrong template when prepending ([ffd7e](https://github.com/tomasbjerre/git-changelog-lib/commit/ffd7e967bc1cbbb) Tomas Bjerre)
10
11
## 2.3.1 (2024-10-02)
12
13
### Bug Fixes
release.sh
@@ -8,7 +8,6 @@ set -x
nextVersion=$(npx git-changelog-command-line \
--print-next-version) \
&& ./gradlew release -Dorg.gradle.project.version=$nextVersion \
- && git commit -a -m "chore(release): ${nextVersion} [GRADLE SCRIPT]" \
&& git tag $nextVersion \
&& git push --follow-tags \
14
&& npx git-changelog-command-line \
0 commit comments