Skip to content

Commit

Permalink
🐛 fix script issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ptavares committed Dec 10, 2023
1 parent 6c02fee commit da78dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if ($tagExists) {
docker container run -it -v ${PWD}:/app --rm yvonnick/gitmoji-changelog:latest update $newVersion

# Commit the change
git add git add --all
git add --all
git commit -m ":bookmark: Bump version to $newVersion"

# Create a new Git tag
Expand Down

0 comments on commit da78dea

Please sign in to comment.