Skip to content

Commit

Permalink
ignore_missing_files option not supported in config
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 25, 2024
1 parent 6993c47 commit d4b6998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
https://raw.githubusercontent.com/kdeldycke/workflows/main/changelog-requirements.txt
- name: ${{ matrix.part }} version bump
run: |
bump-my-version bump --verbose ${{ matrix.part }}
bump-my-version bump --verbose --ignore-missing-files ${{ matrix.part }}
- name: Extract version
id: get_version
run: |
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
https://raw.githubusercontent.com/kdeldycke/workflows/main/.github/update_changelog.py)"
- name: Version bump
run: |
bump-my-version bump --verbose patch
bump-my-version bump --verbose --ignore-missing-files patch
- name: Commit post-release version bump
run: |
git commit --all --message="[changelog] Post-release version bump"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.bumpversion]
current_version = "3.2.5"
allow_dirty = true
# We ignore missing files so we can collect here lots of search and replace rules from heterogenous projects.
ignore_missing_files = true
# XXX Wait for https://github.com/callowayproject/bump-my-version/issues/145 to activate global option.
# ignore_missing_files = true

[[tool.bumpversion.files]]
# Update Python package version in any __init__.py file.
Expand Down

0 comments on commit d4b6998

Please sign in to comment.