Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 2, 2024
1 parent 5d071b5 commit dc8d1aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ 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 \
&& npx git-changelog-command-line \
-of CHANGELOG.md \
Expand Down

0 comments on commit dc8d1aa

Please sign in to comment.