Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Apr 14, 2024
1 parent 845b5b1 commit 297dcaa
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file.

## [v1.1.0](https://github.com/AlecRust/wp-tut-updater-action/releases/tag/v1.1.0)

> 14 April 2024
- Fix lint [`845b5b1`](https://github.com/AlecRust/wp-tut-updater-action/commit/845b5b11d533758a4d9bfef253c6f865a0b76092)
- Tidy README [`52fcbef`](https://github.com/AlecRust/wp-tut-updater-action/commit/52fcbef92eff5daa0a78ad259f45cc9fb81c9b00)
- Add create-pr option [`09e600b`](https://github.com/AlecRust/wp-tut-updater-action/commit/09e600b48357a7b969aabe510defb820a08ceffe)
- Tidy CI and README [`609d450`](https://github.com/AlecRust/wp-tut-updater-action/commit/609d450ba1e6c8398f2843657192131dd47c78b2)
- Fix Markdown linting [`51ad742`](https://github.com/AlecRust/wp-tut-updater-action/commit/51ad742b22c5b89b5ce874dfaf324b521a2fe162)
- Simplify release-it config [`a903e1a`](https://github.com/AlecRust/wp-tut-updater-action/commit/a903e1a59c6a835a75c6a0b7d63dbf22f35b84a0)
- Add changelog/release tooling [`1f7e6ab`](https://github.com/AlecRust/wp-tut-updater-action/commit/1f7e6ab5d3460a3997eef36dc8815271038fd5e7)
- Improve branch name [`d553bde`](https://github.com/AlecRust/wp-tut-updater-action/commit/d553bde231fd49b94033a66075a3516f49c4d700)
- Rename bundle script to build [`78595c2`](https://github.com/AlecRust/wp-tut-updater-action/commit/78595c2c707a26de141f2c4f5d8039196dd806b4)
- Tidy README [`15aa01c`](https://github.com/AlecRust/wp-tut-updater-action/commit/15aa01c39f547f900f3949c4f17c960539325bd6)
- Improve logging when no changes [`9b4c428`](https://github.com/AlecRust/wp-tut-updater-action/commit/9b4c428c1d744f7bf089e81edfdbfd850d7dcb1e)
- Update usage in README [`2754508`](https://github.com/AlecRust/wp-tut-updater-action/commit/2754508a3212aad528bad2868298dbc422f14a2e)

## [v1.0.0](https://github.com/AlecRust/wp-tut-updater-action/releases/tag/v1.0.0)

> 14 April 2024
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4

- name: Update "Tested up to" version
uses: AlecRust/wp-tut-updater-action@v1.0.0
uses: AlecRust/wp-tut-updater-action@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -57,7 +57,7 @@ Optionally you can specify paths to update which will override the default

```yaml
- name: Update "Tested up to" version
uses: AlecRust/wp-tut-updater-action@v1.0.0
uses: AlecRust/wp-tut-updater-action@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -71,7 +71,7 @@ Optionally the action can commit directly to your default branch by setting

```yaml
- name: Update "Tested up to" version
uses: AlecRust/wp-tut-updater-action@v1.0.0
uses: AlecRust/wp-tut-updater-action@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wp-tut-updater-action",
"description": "Automate updating your WordPress plugin/theme \"Tested up to\" version.",
"version": "1.0.0",
"version": "1.1.0",
"author": "Alec Rust (https://www.alecrust.com/)",
"private": true,
"homepage": "https://github.com/AlecRust/wp-tut-updater-action",
Expand Down

0 comments on commit 297dcaa

Please sign in to comment.