Skip to content

Commit

Permalink
fix: env in pyproject (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: TomDarmon <tom.darmon@artefact.com>
  • Loading branch information
TomDarmon and TomDarmon authored Nov 8, 2023
1 parent 26a2873 commit 5e88ea0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,6 @@ tag_format = "{version}"

[tool.semantic_release.changelog]
exclude_commit_patterns = ['''^chore\(release\).*''']

[tool.semantic_release.remote]
token = { env = "GH_TOKEN" }

0 comments on commit 5e88ea0

Please sign in to comment.