Skip to content

Commit

Permalink
💚 Fix-add "tool.semantic_release.commit_parser_options" config
Browse files Browse the repository at this point in the history
  • Loading branch information
Baharis committed Oct 16, 2024
1 parent 7f95c3f commit bc9ac5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: pip install "pip<24.1" --force-reinstall # Rm when hikari 0.2.4 is out

- name: Check-out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ssh-key: ${{ secrets.CONTINUOUS_DEPLOYMENT_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commit_parser = "emoji" # default EmojiCommitPa
master = { publish = true } # Stable release branch (master)
development = { publish = false } # Used for version checking only

[semantic_release.commit_parser_options]
[tool.semantic_release.commit_parser_options]
major_tags = [ # CAUSE MAJOR VERSION BUMP 0.1.0 -> 1.0.0
":boom:", # 💥 Introduce breaking changes.
]
Expand Down

0 comments on commit bc9ac5a

Please sign in to comment.