Skip to content

Commit

Permalink
Merge pull request #28 from saadmk11/release-0.7.0
Browse files Browse the repository at this point in the history
Release v0.7.0
  • Loading branch information
saadmk11 committed Oct 22, 2022
2 parents 91ee328 + be57f33 commit 2557322
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 2557322

Please sign in to comment.