Skip to content

Commit 17cca98

Browse files
committed
chore: update github action image versions
1 parent b8b31a9 commit 17cca98

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

ehyd_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0'
1+
__version__ = '0.1.8'

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 = ["austria", "precipitation", "groundwater", "hydrology", "data", "environment", "civil_engineering", "api"]
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",
@@ -67,7 +66,13 @@ build_command = "pip install -q build && python -m build"
6766
# https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs
6867
# [skip actions]
6968
commit_message = "{version}\n\nAutomatically generated by python-semantic-release\n\n[skip actions]"
69+
commit_parser = "conventional"
70+
allow_zero_version = true
7071

7172
[tool.semantic_release.publish]
7273
dist_glob_patterns = ["dist/*"]
73-
upload_to_vcs_release = true
74+
upload_to_vcs_release = true
75+
76+
[tool.semantic_release.changelog.default_templates]
77+
changelog_file = "CHANGELOG.md"
78+
output_format = "md"

0 commit comments

Comments
 (0)