Skip to content

Commit 9a41457

Browse files
authored
Merge pull request #87 from saadmk11/release-0.8.0
Release v0.8.0
2 parents 2854367 + a6fbf81 commit 9a41457

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.github/workflows/update-actions.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
token: ${{ secrets.WORKFLOW_SECRET }}
2020

2121
- name: Run GitHub Actions Version Updater
22-
uses: saadmk11/github-actions-version-updater@v0.7.0
22+
uses: saadmk11/github-actions-version-updater@main
2323
with:
2424
# [Required] Access token with `workflow` scope.
2525
token: ${{ secrets.WORKFLOW_SECRET }}
2626
update_version_with: "release-tag"
2727
release_types: "major"
28+
ignore: 'saadmk11/github-actions-version-updater@main'

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version: v0.8.0
2+
3+
* [#73](https://github.com/saadmk11/github-actions-version-updater/pull/73): [pre-commit.ci] pre-commit autoupdate
4+
* [#80](https://github.com/saadmk11/github-actions-version-updater/pull/80): [pre-commit.ci] pre-commit autoupdate
5+
* [#82](https://github.com/saadmk11/github-actions-version-updater/pull/82): Update changelog-ci.yaml
6+
* [#83](https://github.com/saadmk11/github-actions-version-updater/pull/83): Set Created Pull Request Number as Action Output
7+
* [#84](https://github.com/saadmk11/github-actions-version-updater/pull/84): Warn users when GitHub Release do not use Semantic Versioning specification
8+
* [#85](https://github.com/saadmk11/github-actions-version-updater/pull/85): Manage Dependencies with pip-tools and Migrate to Pydantic V2
9+
10+
111
# Version: v0.7.4
212

313
* [#60](https://github.com/saadmk11/github-actions-version-updater/pull/60): [pre-commit.ci] pre-commit autoupdate

README.md

Lines changed: 4 additions & 4 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.7.4
72+
uses: saadmk11/github-actions-version-updater@v0.8.0
7373
with:
7474
# [Required] Access token with `workflow` scope.
7575
token: ${{ secrets.WORKFLOW_SECRET }}
@@ -120,7 +120,7 @@ jobs:
120120
token: ${{ secrets.WORKFLOW_SECRET }}
121121

122122
- name: Run GitHub Actions Version Updater
123-
uses: saadmk11/github-actions-version-updater@v0.7.4
123+
uses: saadmk11/github-actions-version-updater@v0.8.0
124124
with:
125125
# [Required] Access token with `workflow` scope.
126126
token: ${{ secrets.WORKFLOW_SECRET }}
@@ -194,7 +194,7 @@ jobs:
194194
rm .git/hooks/pre-push
195195
196196
- name: Run GitHub Actions Version Updater
197-
uses: saadmk11/github-actions-version-updater@v0.7.4
197+
uses: saadmk11/github-actions-version-updater@v0.8.0
198198
with:
199199
# ...
200200
```
@@ -229,7 +229,7 @@ jobs:
229229
token: ${{ secrets.WORKFLOW_SECRET }}
230230

231231
- name: Run GitHub Actions Version Updater
232-
uses: saadmk11/github-actions-version-updater@v0.7.4
232+
uses: saadmk11/github-actions-version-updater@v0.8.0
233233
# Required to get the PR number
234234
id: gha-update
235235
with:

0 commit comments

Comments
 (0)