Skip to content

Commit 4df1c7c

Browse files
authored
Merge pull request #13 from bsospace/development
v0.4.0
2 parents 7cfce06 + 6befabc commit 4df1c7c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/bump-and-release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@ jobs:
154154
echo "version=$NEW_VERSION" >> $GITHUB_OUTPUT
155155
echo "New version: $NEW_VERSION"
156156
157-
- name: Commit Changes
158-
run: |
159-
git add CHANGELOG.md
160-
git commit -m "chore: release version ${{ steps.new_version.outputs.version }}"
161-
162157
- name: Create or Update Git Tag
163158
run: |
164159
TAG_NAME="v${{ steps.new_version.outputs.version }}"
@@ -199,7 +194,4 @@ jobs:
199194
- Title: ${{ github.event.pull_request.title }}
200195
- Merged by: @${{ github.event.pull_request.merged_by.login }}
201196
- Build: [View Workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
202-
203-
## Changelog
204-
${{ steps.changelog.outputs.changelog }}
205197
draft: false

0 commit comments

Comments
 (0)