Skip to content

Commit

Permalink
Add empty CHANGELOG template after release
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Feb 14, 2024
1 parent 7f727ba commit bfa16bb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,21 @@ jobs:
sdk: Swift
webhook-url: ${{ env.WEBHOOK_URL }}
version: ${{ needs.prepare.outputs.VERSION }}
add-empty-changelog:
runs-on: macos-latest
permissions:
contents: write
name: Add empty changelog and commits it
needs: [post-slack-release]
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Add template to changelog
run: |
sh build.sh add-empty-changelog
- name: Auto-commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4

0 comments on commit bfa16bb

Please sign in to comment.