Skip to content

Commit

Permalink
git add all $projectsRootDir and not where the script is executed from
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Dec 12, 2024
1 parent 1f6cfdc commit 8b924e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/releasing/release-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function releaseTemplate() {
"$releaseHook" || return $?

if [[ $prepareOnly != true ]]; then
git add . || return $?
git add "$projectsRootDir" || return $?
git commit --edit -m "$version " || return $?
local signsTags
signsTags=$(git config --get tag.gpgSign)
Expand Down

0 comments on commit 8b924e2

Please sign in to comment.