Skip to content

Commit

Permalink
Release v0.3.1 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen authored Jul 16, 2023
1 parent 8760a07 commit 4aa0091
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Versioning].

## [Unreleased]

- _No changes yet_

## [0.3.1] - 2023-07-16

- Add input `not:` to exclude certain tools from being updated to each action.
- Configure actions to exit immediately when an error occurs.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The first stable release (if reached) will be v1.0.0.
## Usage

```yml
- uses: ericcornelissen/tool-versions-update-action@v0.3.0
- uses: ericcornelissen/tool-versions-update-action@v0.3.1
with:
# The maximum number of tools to update. 0 indicates no maximum.
#
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
# run: |
# asdf plugin add example https://github.com/ericcornelissen/asdf-example
- name: Update tooling
uses: ericcornelissen/tool-versions-update-action/commit@v0.3.0
uses: ericcornelissen/tool-versions-update-action/commit@v0.3.1
with:
max: 2
- name: Log tooling changes
Expand Down
4 changes: 2 additions & 2 deletions commit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ file through a commit.
## Usage

```yml
- uses: ericcornelissen/tool-versions-update-action/commit@v0.3.0
- uses: ericcornelissen/tool-versions-update-action/commit@v0.3.1
with:
# The branch to commit to.
#
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
contents: write
steps:
- name: Update tooling
uses: ericcornelissen/tool-versions-update-action/commit@v0.3.0
uses: ericcornelissen/tool-versions-update-action/commit@v0.3.1
with:
max: 2
```
Expand Down
4 changes: 2 additions & 2 deletions pr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ file through a Pull Request.
## Usage

```yml
- uses: ericcornelissen/tool-versions-update-action/pr@v0.3.0
- uses: ericcornelissen/tool-versions-update-action/pr@v0.3.1
with:
# A comma or newline-separated list of labels.
#
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
pull-requests: write
steps:
- name: Update tooling
uses: ericcornelissen/tool-versions-update-action/pr@v0.3.0
uses: ericcornelissen/tool-versions-update-action/pr@v0.3.1
with:
max: 2
```
Expand Down

0 comments on commit 4aa0091

Please sign in to comment.