Skip to content

Commit 2fb95e6

Browse files
committed
chore: update github action image versions
1 parent cb35cbd commit 2fb95e6

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/package_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323
token: ${{ secrets.GH_TOKEN }}
@@ -43,7 +43,7 @@ jobs:
4343
# This action uses Python Semantic Release v8
4444
- name: Python Semantic Release
4545
id: release
46-
uses: python-semantic-release/python-semantic-release@v8.0.4
46+
uses: python-semantic-release/python-semantic-release@v10.3.1
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
git_committer_name: MarkusPic

pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ authors = [
1212
requires-python = ">=3.7"
1313
keywords = ["duration", "analysis", "rainfall", "dwd", "idf", "measurement-data", "precipitation", "kostra", "dwa", "heavy-rain", "intensity-duration-frequency", "design-rainfall", "duration-steps", "return-period", "dwa-a-531"]
1414

15-
license = { text = "MIT" }
15+
license = "MIT"
1616
classifiers = [
1717
"Programming Language :: Python :: 3",
18-
"License :: OSI Approved :: MIT License",
1918
"Operating System :: OS Independent",
2019
"Development Status :: 4 - Beta",
2120
"Natural Language :: English",
@@ -65,7 +64,13 @@ build_command = "pip install -q build && python -m build"
6564
# https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs
6665
# [skip actions]
6766
commit_message = "{version}\n\nAutomatically generated by python-semantic-release\n\n[skip actions]"
67+
commit_parser = "conventional"
68+
allow_zero_version = true
6869

6970
[tool.semantic_release.publish]
7071
dist_glob_patterns = ["dist/*"]
71-
upload_to_vcs_release = true
72+
upload_to_vcs_release = true
73+
74+
[tool.semantic_release.changelog.default_templates]
75+
changelog_file = "CHANGELOG.md"
76+
output_format = "md"

0 commit comments

Comments
 (0)