Delete update-changelog.yml

This commit is contained in:
Meysam Hadeli 2023-01-13 19:57:50 +03:30 committed by GitHub
parent 4e334f7669
commit c20a20b553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,30 +0,0 @@
on:
release:
types:
- released
push:
branches:
- main
# Every push to main will create a new release and deploy to production.
jobs:
update:
name: Update Changelog
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
with:
latest-version: ${{ github.event.release.name }}
release-notes: ${{ github.event.release.body }}
- name: Commit updated Changelog
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
commit_message: 'docs(changelog): update changelog'
file_pattern: CHANGELOG.md