Skip to content

Commit 2557322

Browse files
authored
Merge pull request #28 from saadmk11/release-0.7.0
Release v0.7.0
2 parents 91ee328 + be57f33 commit 2557322

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Version: v0.7.0
2+
3+
* [#12](https://github.com/saadmk11/github-actions-version-updater/pull/12): Allow custom commit message and pull request title
4+
* [#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
5+
* [#17](https://github.com/saadmk11/github-actions-version-updater/pull/17): Refactor Code and Use `github-action-utils` for logging
6+
* [#24](https://github.com/saadmk11/github-actions-version-updater/pull/24): Add Option to Request Reviews for Generated Pull Request
7+
* [#18](https://github.com/saadmk11/github-actions-version-updater/pull/18): Add Option to Skip Pull Request
8+
* [#26](https://github.com/saadmk11/github-actions-version-updater/pull/26): Add Option to use Release Types (major, minor, patch) for Updates
9+
* [#27](https://github.com/saadmk11/github-actions-version-updater/pull/27): Improve Documentation
10+
11+
112
# Version: v0.5.6
213

314
* [#9](https://github.com/saadmk11/github-actions-version-updater/pull/9): Update marketplace badge URL

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
token: ${{ secrets.WORKFLOW_SECRET }}
7070

7171
- name: Run GitHub Actions Version Updater
72-
uses: saadmk11/github-actions-version-updater@v0.5.6
72+
uses: saadmk11/github-actions-version-updater@v0.7.0
7373
with:
7474
# [Required] Access token with `workflow` scope.
7575
token: ${{ secrets.WORKFLOW_SECRET }}
@@ -117,7 +117,7 @@ jobs:
117117
token: ${{ secrets.WORKFLOW_SECRET }}
118118

119119
- name: Run GitHub Actions Version Updater
120-
uses: saadmk11/github-actions-version-updater@v0.5.6
120+
uses: saadmk11/github-actions-version-updater@v0.7.0
121121
with:
122122
# [Required] Access token with `workflow` scope.
123123
token: ${{ secrets.WORKFLOW_SECRET }}

0 commit comments

Comments
 (0)