We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cfce06 + 6befabc commit 4df1c7cCopy full SHA for 4df1c7c
1 file changed
.github/workflows/bump-and-release.yml
@@ -154,11 +154,6 @@ jobs:
154
echo "version=$NEW_VERSION" >> $GITHUB_OUTPUT
155
echo "New version: $NEW_VERSION"
156
157
- - name: Commit Changes
158
- run: |
159
- git add CHANGELOG.md
160
- git commit -m "chore: release version ${{ steps.new_version.outputs.version }}"
161
-
162
- name: Create or Update Git Tag
163
run: |
164
TAG_NAME="v${{ steps.new_version.outputs.version }}"
@@ -199,7 +194,4 @@ jobs:
199
194
- Title: ${{ github.event.pull_request.title }}
200
195
- Merged by: @${{ github.event.pull_request.merged_by.login }}
201
196
- Build: [View Workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
202
203
- ## Changelog
204
- ${{ steps.changelog.outputs.changelog }}
205
197
draft: false
0 commit comments