From 6fc417f78ed97a220f635f09c02d2d6cb4b15781 Mon Sep 17 00:00:00 2001 From: Maksudul Haque Date: Sat, 22 Oct 2022 20:30:36 +0600 Subject: [PATCH 1/2] Release v0.7.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e96a43..ded1ba4 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ jobs: token: ${{ secrets.WORKFLOW_SECRET }} - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.5.6 + uses: saadmk11/github-actions-version-updater@v0.7.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }} @@ -117,7 +117,7 @@ jobs: token: ${{ secrets.WORKFLOW_SECRET }} - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.5.6 + uses: saadmk11/github-actions-version-updater@v0.7.0 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }} From be57f33cde295d47247ef5b909157e755d1a50cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 14:32:01 +0000 Subject: [PATCH 2/2] (Changelog CI) Added Changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66efc11..323e343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Version: v0.7.0 + +* [#12](https://github.com/saadmk11/github-actions-version-updater/pull/12): Allow custom commit message and pull request title +* [#19](https://github.com/saadmk11/github-actions-version-updater/pull/19): Add Option to Use Commit SHA as a Version and FIx Latest Release Version Resolver +* [#17](https://github.com/saadmk11/github-actions-version-updater/pull/17): Refactor Code and Use `github-action-utils` for logging +* [#24](https://github.com/saadmk11/github-actions-version-updater/pull/24): Add Option to Request Reviews for Generated Pull Request +* [#18](https://github.com/saadmk11/github-actions-version-updater/pull/18): Add Option to Skip Pull Request +* [#26](https://github.com/saadmk11/github-actions-version-updater/pull/26): Add Option to use Release Types (major, minor, patch) for Updates +* [#27](https://github.com/saadmk11/github-actions-version-updater/pull/27): Improve Documentation + + # Version: v0.5.6 * [#9](https://github.com/saadmk11/github-actions-version-updater/pull/9): Update marketplace badge URL