We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e2807 commit eccf428Copy full SHA for eccf428
3 files changed
.github/generate_changelog.sh
@@ -1,8 +1,6 @@
1
#!/bin/bash
2
3
-echo "inside the script"
4
generate_categorized_changelog() {
5
- echo "testing"
6
local previous_tag="$1"
7
local git_log_command
8
.github/workflows/ci_check_release.yml
@@ -233,6 +233,7 @@ jobs:
233
name: ${{ env.VERSION }}
234
body: |
235
${{ env.CHANGELOG }}
236
+
237
**Full Changelog**: ${{ env.URL }}
238
draft: false
239
prerelease: false
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-template"
-version = "0.5.33"
+version = "0.5.34"
description = "Used to templatize python projects."
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
readme = "README.md"
0 commit comments