Skip to content

Commit

Permalink
build: Update python-semantic-release settings to properly add the as…
Browse files Browse the repository at this point in the history
…sets that were changed during a new version update
  • Loading branch information
nfelt14 committed Aug 27, 2024
1 parent 26bc306 commit 9dd5d27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ venv*/
ENV*/
env.bak/
venv.bak/
__pycache__/

# Unit test / coverage reports
htmlcov/
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ order-by-type = false
]

[tool.semantic_release]
assets = [
".github",
"README.md",
"actions",
"workflows"
]
build_command = """
python -m scripts.bump_version_in_files
"""
Expand Down

0 comments on commit 9dd5d27

Please sign in to comment.