Skip to content

Commit

Permalink
ci: semantic release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPedroGHM committed Mar 19, 2024
1 parent dec62b0 commit 3273893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ mpi4py = "^3.1"
[tool.semantic_release]
version_variables = [ "perun/__init__.py:__version__", "docs/conf.py:release" ]
version_toml = ["pyproject.toml:tool.poetry.version"]
commit_message = '{version} \[skip ci\]'
commit_message = "{version} \\[skip ci\\]"

[tool.semantic_release.changelog]
exclude_commit_patterns = [
'\d+\.\d+\.\d+ \[skip ci\]',
"{version}\n\nAutomatically generated by python-semantic-release",
]

[tool.semantic_release.remote.token]
env = "GH_TOKEN"
#[tool.semantic_release.remote.token]
#env = "GH_TOKEN"

[tool.semantic_release.branches.test]
match = "release-test"
Expand Down

0 comments on commit 3273893

Please sign in to comment.