Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4b4aadb65 | ||
| b6af2370bb | |||
|
|
5c11d34c84 | ||
| 06e714b23b | |||
|
|
ec5a4f175a | ||
| a94cde06ac | |||
|
|
794b1ff5e1 | ||
| fc70ae2bdc |
@@ -2,18 +2,11 @@
|
|||||||
"categories": [
|
"categories": [
|
||||||
{
|
{
|
||||||
"title": "## 🚀 Features",
|
"title": "## 🚀 Features",
|
||||||
"labels": [
|
"labels": ["add","Add"]
|
||||||
"add",
|
|
||||||
"Add",
|
|
||||||
"Kind/Feature"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "## 🐛 Fixes",
|
"title": "## 🐛 Fixes",
|
||||||
"labels": [
|
"labels": ["fix","Fix"]
|
||||||
"fix",
|
|
||||||
"Fix"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "## 🧪 Upgrade",
|
"title": "## 🧪 Upgrade",
|
||||||
|
|||||||
1
hello.py
1
hello.py
@@ -6,7 +6,6 @@ def main():
|
|||||||
def get_version():
|
def get_version():
|
||||||
with open(".version") as f:
|
with open(".version") as f:
|
||||||
return f.read().strip()
|
return f.read().strip()
|
||||||
print("Done")
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "workflowbumptester"
|
name = "workflowbumptester"
|
||||||
version = "1.0.1"
|
version = "1.0.5"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
@@ -10,7 +10,7 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "1.0.1"
|
current_version = "1.0.5"
|
||||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||||
serialize = ["{major}.{minor}.{patch}"]
|
serialize = ["{major}.{minor}.{patch}"]
|
||||||
search = "{current_version}"
|
search = "{current_version}"
|
||||||
|
|||||||
Reference in New Issue
Block a user