Skip to content

Commit

Permalink
fix: making sure release version is specified in step changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Mar 30, 2020
1 parent 080f464 commit 9696b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ current_tag=$(git for-each-ref --sort=-creatordate --format="%(objectname)" refs
current_tag_base=$(git merge-base $current_tag master)

# actual changelog creation
jx step changelog -p $prev_tag_base -r $current_tag_base --generate-yaml=false --no-dev-release --update-release=true
jx step changelog -v $version -p $prev_tag_base -r $current_tag_base --generate-yaml=false --no-dev-release --update-release=true

0 comments on commit 9696b21

Please sign in to comment.