mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-27 08:00:52 +08:00
Delete update-changelog.yml
This commit is contained in:
parent
4e334f7669
commit
c20a20b553
30
.github/workflows/update-changelog.yml
vendored
30
.github/workflows/update-changelog.yml
vendored
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user