File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 43
43
with :
44
44
ref : ${{ github.ref }}
45
45
fetch-depth : 0
46
+ token : ${{ secrets.SILENTWORKS_PAT }}
46
47
- name : Python Semantic Release
47
48
id : release
48
49
uses : python-semantic-release/python-semantic-release@v8.0.0
Original file line number Diff line number Diff line change
1
+ exclude : ' ^.*\.(md|MD)$'
1
2
repos :
2
3
- repo : https://github.com/pre-commit/pre-commit-hooks
3
4
rev : v4.1.0
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ python-semantic-release = "^8.1.1"
39
39
furo = " ^2023.9.10"
40
40
41
41
[tool .semantic_release ]
42
- version_variable = " postgrest/__init__.py:__version__"
42
+ version_variables = [ " postgrest/__init__.py:__version__" ]
43
43
version_toml = [" pyproject.toml:tool.poetry.version" ]
44
44
major_on_zero = false
45
- commit_subject = " chore(release): bump version to v{version}"
45
+ commit_message = " chore(release): bump version to v{version}"
46
46
build_command = " curl -sSL https://install.python-poetry.org | python - && export PATH=\" /github/home/.local/bin:$PATH\" && poetry install && poetry build"
47
- upload_to_repository = true
47
+ upload_to_vcs_release = true
48
48
branch = " master"
49
49
changelog_components = " semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"
50
50
You can’t perform that action at this time.
0 commit comments