Skip to content

Commit

Permalink
adding changelog commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson committed Aug 8, 2023
1 parent b63cec5 commit 5ca09ee
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
pull_request:
branches:
- main
- "release/[0-9]+.[0-9]+"
- "release/v[0-9]+.[0-9]+"
push:
branches:
- 'main'
- 'release/[0-9]+.[0-9]+'
- 'release/v[0-9]+.[0-9]+'
jobs:
changelog:
runs-on: ubuntu-latest
Expand All @@ -16,6 +16,13 @@ jobs:
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Git Auto Commit
id: commit
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
commit_message: "changelog update"
file_pattern: "CHANGELOG.md"

cargo-publish:
name: Cargo publish
Expand Down

0 comments on commit 5ca09ee

Please sign in to comment.