Skip to content

Commit

Permalink
Release v0.3.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen committed Jul 15, 2023
1 parent b25df56 commit 6880852
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.2.1
0.3.0
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.0] - 2023-07-15

- BREAKING: action at `tool-versions-update-action` no longer install asdf.
- Add missing `.tool-versions` detection to each action.
- Add `plugins` option to `tool-versions-update-action/commit`.
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.2.1
- uses: ericcornelissen/tool-versions-update-action@v0.3.0
with:
# The maximum number of tools to update. 0 indicates no maximum.
#
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
# run: |
# asdf plugin add example https://github.com/ericcornelissen/asdf-example
- name: Update tooling
uses: ericcornelissen/tool-versions-update-action/commit@v0.2.1
uses: ericcornelissen/tool-versions-update-action/commit@v0.3.0
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.2.1
- uses: ericcornelissen/tool-versions-update-action/commit@v0.3.0
with:
# The branch to commit to.
#
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
contents: write
steps:
- name: Update tooling
uses: ericcornelissen/tool-versions-update-action/commit@v0.2.1
uses: ericcornelissen/tool-versions-update-action/commit@v0.3.0
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.2.1
- uses: ericcornelissen/tool-versions-update-action/pr@v0.3.0
with:
# A comma or newline-separated list of labels.
#
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
pull-requests: write
steps:
- name: Update tooling
uses: ericcornelissen/tool-versions-update-action/pr@v0.2.1
uses: ericcornelissen/tool-versions-update-action/pr@v0.3.0
with:
max: 2
```
Expand Down

0 comments on commit 6880852

Please sign in to comment.