Compare commits
6 Commits
prepare_re
...
gitignore_
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fd1243472 | |||
|
|
328eeaca7a | ||
| 19b79b26ff | |||
|
|
a67e31c65d | ||
| 9d4608bd34 | |||
|
|
27468ae0d0 |
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