Skip to content

Commit d9230db

Browse files
committed
chore(release): Updating changelog with 2.3.2 [GRADLE SCRIPT]
1 parent ffd7e96 commit d9230db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Changelog of git-changelog-lib.
44

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+
511
## 2.3.1 (2024-10-02)
612

713
### Bug Fixes

release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ set -x
88
nextVersion=$(npx git-changelog-command-line \
99
--print-next-version) \
1010
&& ./gradlew release -Dorg.gradle.project.version=$nextVersion \
11-
&& git commit -a -m "chore(release): ${nextVersion} [GRADLE SCRIPT]" \
1211
&& git tag $nextVersion \
1312
&& git push --follow-tags \
1413
&& npx git-changelog-command-line \

0 commit comments

Comments
 (0)