2 Commits

Author SHA1 Message Date
jamie 81a416cb83 Merge pull request 'refactor: comment out changelog generation steps in release workflow' (#2) from v1.0.0 into master
Reviewed-on: #2
2026-01-08 20:02:29 +00:00
jamie 2b60f1a8c2 refactor: comment out changelog generation steps in release workflow
Release / release (pull_request) Successful in 1m13s
2026-01-08 20:01:48 +00:00
+6 -6
View File
@@ -20,11 +20,11 @@ jobs:
id: get_version
run: echo "VERSION=${{ github.head_ref }}" >> $GITHUB_OUTPUT
- name: Generate Changelog
id: changelog
uses: https://github.com/metcalfc/changelog-generator@v4.6.2
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
# - name: Generate Changelog
# id: changelog
# uses: https://github.com/metcalfc/changelog-generator@v4.6.2
# with:
# myToken: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
run: |
@@ -41,6 +41,6 @@ jobs:
with:
tag_name: ${{ steps.get_version.outputs.VERSION }}
name: ${{ steps.get_version.outputs.VERSION }}
body: ${{ steps.changelog.outputs.changelog }}
# body: ${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false