mirror of
https://github.com/LukeHagar/pocketbase.git
synced 2025-12-06 04:20:57 +00:00
add changelog mirroring
This commit is contained in:
11
.github/workflows/build-and-push.yaml
vendored
11
.github/workflows/build-and-push.yaml
vendored
@@ -79,3 +79,14 @@ jobs:
|
||||
push: true
|
||||
tags: lukehagar/pocketbase:${{ matrix.release_type }}
|
||||
build-args: POCKETBASE_VERSION=${{ env.LATEST_VERSION }}
|
||||
|
||||
- name: Update Changelog
|
||||
run: |
|
||||
curl -s https://raw.githubusercontent.com/pocketbase/pocketbase/master/CHANGELOG.md > CHANGELOG.md
|
||||
|
||||
- name: Commit and push
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Update changelog for ${{ env.LATEST_VERSION }}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user