Skip to content

Commit

Permalink
build: exclude submodules from automatic version change script
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Dec 11, 2024
1 parent 279048f commit 20db98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: replace version in files
if: ${{ env.BUMPED_VERSION != env.CURRENT_VERSION }}
run: |
git ls-files | grep -v CHANGELOG |\
git grep --cached -v CHANGELOG -l '' |\
xargs sed -i -E "s/mm$COMPONENT-v[0-9]+\.[0-9]+\.[0-9]+/$BUMPED_VERSION/g"
- name: replace version in Cargo.toml
Expand Down

0 comments on commit 20db98e

Please sign in to comment.