We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80c4b03 + 26a5f7e commit 666f1c2Copy full SHA for 666f1c2
1 file changed
.github/workflows/release.yml
@@ -60,13 +60,6 @@ jobs:
60
#- name: Bump version manually (if needed)
61
# run: bump2version patch # or minor/major
62
63
- - name: Generate changelog from commits
64
- uses: heinrichreimer/github-changelog-generator-action@v2.2
65
- with:
66
- token: ${{ secrets.GITHUB_TOKEN }}
67
- futureRelease: ${{ github.ref_name }}
68
-
69
70
#- name: Build Docker image
71
# run: |
72
# docker build -t youruser/yourapp:${{ github.ref_name }} .
@@ -77,7 +70,6 @@ jobs:
77
with:
78
tag_name: ${{ github.ref_name }}
79
name: Release ${{ github.ref_name }}
80
- body_path: CHANGELOG.md
81
73
env:
82
74
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83
75
0 commit comments