We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 735ff53 + a2fb502 commit 9e97585Copy full SHA for 9e97585
2 files changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
enable-cache: true
41
- name: Add version to environment vars
42
run: |
43
- PROJECT_VERSION=$(uvx dunamai from any --format "{base}")
+ PROJECT_VERSION=$(uvx dunamai from any)
44
echo "PROJECT_VERSION=$PROJECT_VERSION" >> $GITHUB_ENV
45
- name: Check if tag version matches project version
46
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "taskbadger"
3
-version = "2.0.0"
+version = "2.1.0a1"
4
description = "The official Python SDK for Task Badger"
5
requires-python = ">=3.10"
6
authors = []
0 commit comments