Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea68370451 | ||
| 2343d66fe2 | |||
|
302599bb80
|
@@ -1,5 +1,5 @@
|
|||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.1.7"
|
current_version = "0.1.8"
|
||||||
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}"
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
id: changelog
|
id: changelog
|
||||||
uses: metcalfc/changelog-generator@v4.6.2
|
uses: metcalfc/changelog-generator@v4.6.2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.TOKEN }}
|
myToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Get the changelog
|
- name: Get the changelog
|
||||||
run: |
|
run: |
|
||||||
cat << "EOF"
|
cat << "EOF"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "komconfig"
|
name = "komconfig"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
description = "A small library providing a config class that provides settings data for the KomSuite"
|
description = "A small library providing a config class that provides settings data for the KomSuite"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]
|
authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]
|
||||||
|
|||||||
Reference in New Issue
Block a user