Skip to content

Commit

Permalink
Revert "build: use a separate git-cliff config for the bump-version job"
Browse files Browse the repository at this point in the history
This reverts commit 60041de.
  • Loading branch information
colinmarc committed Oct 21, 2024
1 parent 0fd7b27 commit 761ded1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
comp_dir="mm-${{ matrix.component }}"
echo "COMPONENT_DIR=$comp_dir" | tee -a "$GITHUB_ENV"
version=$( git cliff -c .github/workflows/cliff-bump-version.toml \
version=$( git cliff -c .github/workflows/cliff.toml \
--bumped-version --unreleased \
--tag-pattern "${{ matrix.component }}" )
echo "BUMPED_VERSION=$version" | tee -a "$GITHUB_ENV"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/cliff-bump-version.toml

This file was deleted.

0 comments on commit 761ded1

Please sign in to comment.