Skip to content

Commit

Permalink
chore: add pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 28, 2024
1 parent d1726bf commit 1913844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
git_commit_message: 'chore(release): release ${next_version}'

- name: Install packaging-related tool
run:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dist_path = "dist/"
upload_to_release = true
upload_to_pypi = false
remove_dist = false
commit_subject = "chore(release): {version}"
commit_message = "chore(release): {version}"
patch_without_tag = true

[tool.semantic_release.commit_parser_options]
Expand All @@ -64,7 +64,6 @@ minor_tags = [
"feat"]
patch_tags = [
"build",
"chore",
"ci",
"perf",
"refactor",
Expand Down

0 comments on commit 1913844

Please sign in to comment.