From fc08812f377463271678ab0fd8a1a47df5f16f2a Mon Sep 17 00:00:00 2001 From: guanguans Date: Tue, 7 Feb 2023 03:52:13 +0000 Subject: [PATCH] Update CHANGELOG --- .github/workflows/bump.yml | 4 ++-- CHANGELOG.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 2ea7a25..aafc159 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3.3.0 with: - ref: master + ref: main - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -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 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c0382a8..274011c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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