Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed Feb 7, 2023
1 parent 0cc2e9e commit fc08812
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout code
uses: actions/[email protected]
with:
ref: master
ref: main

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -45,6 +45,6 @@ jobs:
- name: Commit bump
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: master
branch: main
commit_message: Bump to ${{ github.event.release.name }}
file_pattern: builds/ai-commit CHANGELOG.md
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `guanguans/ai-commit` will be documented in this file.

## v0.2.2 - 2023-02-07

**Full Changelog**: https://github.com/guanguans/ai-commit/compare/v0.2.1...v0.2.2

## v0.2.1 - 2023-02-07

**Full Changelog**: https://github.com/guanguans/ai-commit/compare/v0.2.0...v0.2.1
Expand Down

0 comments on commit fc08812

Please sign in to comment.