We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c22b28 + 2128ed0 commit 593c4bdCopy full SHA for 593c4bd
2 files changed
.github/workflows/main.yml
@@ -136,4 +136,9 @@ jobs:
136
body: |
137
${{ env.CHANGELOG }}
138
139
- **Full Changelog**:
+ **Full Changelog**: ${{ env.URL }}
140
+ draft: false
141
+ prerelease: false
142
+ target_commitish: main
143
+ env:
144
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-template"
3
-version = "0.6.1"
+version = "0.6.2"
4
description = "Used to templatize python projects."
5
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
6
readme = "README.md"
0 commit comments