chore: fix workflow #5
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -3,7 +3,7 @@ name: Publish to PyPI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "v*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-publish:
|
build-publish:
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"release-type": "python",
|
"release-type": "python",
|
||||||
"package-name": "resrm",
|
"package-name": "resrm",
|
||||||
|
"include-v-in-tag": true,
|
||||||
"changelog-sections": [
|
"changelog-sections": [
|
||||||
{ "type": "feat", "section": "Added", "hidden": false },
|
{ "type": "feat", "section": "Added", "hidden": false },
|
||||||
{ "type": "fix", "section": "Fixed", "hidden": false },
|
{ "type": "fix", "section": "Fixed", "hidden": false },
|
||||||
|
|||||||
Reference in New Issue
Block a user