We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b4122 commit 337f81bCopy full SHA for 337f81b
.github/workflows/bump-version.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Calculate changes from the latest tag to HEAD
16
id: changes
17
run: |
18
- LATEST_TAG=$(git describe --abbrev=0)
+ LATEST_TAG=$(git describe --abbrev=0 --tags)
19
echo "latest-tag = $LATEST_TAG"
20
COUNT=$(git log $LATEST_TAG..HEAD --pretty=format:"%s" --no-merges \
21
--grep='^build:' \
0 commit comments