File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,17 +213,15 @@ jobs:
213213 id : changelog
214214 run : |
215215 # Make the script executable
216- pwd
217- ls
218- echo pwd
219216 chmod +x .github/generate_changelog.sh
217+ source .github/generate_changelog.sh
220218
221219 # Generate the changelog and store it in the GITHUB_ENV
222220 echo "CHANGELOG<<EOF" >> $GITHUB_ENV
223221 if [ -n "${{ env.PREV_TAG }}" ]; then
224- .github/generate_changelog.sh "${{ env.PREV_TAG }}" >> $GITHUB_ENV
222+ generate_categorized_changelog "${{ env.PREV_TAG }}" >> $GITHUB_ENV
225223 else
226- .github/generate_changelog.sh >> $GITHUB_ENV
224+ generate_categorized_changelog >> $GITHUB_ENV
227225 fi
228226 echo "EOF" >> $GITHUB_ENV
229227
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-template"
3- version = " 0.5.32 "
3+ version = " 0.5.33 "
44description = " Used to templatize python projects."
55authors = [" Loïc Motheu <lmotheu@gmail.com>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments