Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed Feb 3, 2024
1 parent 57e49b4 commit df7c504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releasing/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ main() {
release_type=$2
nextVersion=$(determineNextVersion $module)

release_branch="release-${module}/${nextVersion}"
release_branch="release-${module}/v${nextVersion}"
git_tag="${module}/${nextVersion}"

echo "module: $module"
Expand Down

0 comments on commit df7c504

Please sign in to comment.