Skip to content

Commit eccf428

Browse files
committed
feat: removing unused test echos
1 parent 90e2807 commit eccf428

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/generate_changelog.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
22

3-
echo "inside the script"
43
generate_categorized_changelog() {
5-
echo "testing"
64
local previous_tag="$1"
75
local git_log_command
86

.github/workflows/ci_check_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ jobs:
233233
name: ${{ env.VERSION }}
234234
body: |
235235
${{ env.CHANGELOG }}
236+
236237
**Full Changelog**: ${{ env.URL }}
237238
draft: false
238239
prerelease: false

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-template"
3-
version = "0.5.33"
3+
version = "0.5.34"
44
description = "Used to templatize python projects."
55
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)