Skip to content

Commit b2ef84a

Browse files
committed
fix(examples): Remove unnecesary comment
1 parent b5732b1 commit b2ef84a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/bump-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
run: |
2525
cz bump --yes --annotated-tag
2626
git push --follow-tags
27-
new_version="$(cz version -p)" # ATTENTION: You may have to add the v* at the beginning of the version
28-
new_version_tag="$(cz version -p --tag)"
27+
new_version="$(cz version -p)"
2928
echo "new_version=$new_version" >> $GITHUB_OUTPUT
29+
new_version_tag="$(cz version -p --tag)"
3030
echo "new_version_tag=$new_version_tag" >> $GITHUB_OUTPUT
3131
- name: Build changelog for Release
3232
env:

0 commit comments

Comments
 (0)