Skip to content

Commit

Permalink
1236
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Oct 21, 2024
1 parent 384d7ca commit 55a0577
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ jobs:
# Replace the original CHANGELOG.md with the updated one
mv new_changelog.md CHANGELOG.md
- name: Commit changes to a new branch
run: |
# Create a new branch with a unique name
git checkout -b update-changelog-${{ github.event.release.tag_name }}
git add CHANGELOG.md # Add the updated CHANGELOG.md file to git
git commit -m "Update CHANGELOG.md for release ${{ github.event.release.tag_name }}" # Commit the changes
git push origin update-changelog-${{ github.event.release.tag_name }} # Push the changes to the new branch
- name: Create Pull Request
uses: peter-evans/[email protected]
with:
Expand Down

0 comments on commit 55a0577

Please sign in to comment.