Skip to content

Commit

Permalink
feat(*): Prepare release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Aug 10, 2023
1 parent 0e7013a commit 6f1ac47
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this projec


---

## [v0.2.0](https://github.com/julienloizelet/ddev-add-on-test-init/releases/tag/v0.1.0) - 2023-08-10
[_Compare with previous release_](https://github.com/julienloizelet/ddev-add-on-test-init/compare/v0.1.0...v0.2.0)

### Removed

- Remove `edge` for `ddev_version` input instead of a free string

### Added

- Add `mxschmitt/action-tmate`, `Run test` and `gautamkrishnar/keepalive-workflow` steps in the action


## [v0.1.0](https://github.com/julienloizelet/ddev-add-on-test-init/releases/tag/v0.1.0) - 2023-08-07
[_Compare with previous release_](https://github.com/julienloizelet/ddev-add-on-test-init/compare/v0.0.1...v0.1.0)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _We will suppose here that you want to test your add-on with the stable version
You can add the following step in your workflow:

```yaml
- uses: julienloizelet/ddev-add-on-test-init@v0.1.0
- uses: julienloizelet/ddev-add-on-test-init@v0.2.0
with:
ddev_version: "stable"
```
Expand Down Expand Up @@ -127,11 +127,11 @@ jobs:
- uses: actions/checkout@v3
- uses: julienloizelet/ddev-add-on-test-init@v0.1.0
- uses: julienloizelet/ddev-add-on-test-init@v0.2.0
with:
ddev_version: ${{ matrix.ddev_version }}
token: ${{ secrets.GITHUB_TOKEN }}
debug_enabled: false
debug_enabled: ${{ github.event.inputs.debug_enabled }}
```

Expand Down

0 comments on commit 6f1ac47

Please sign in to comment.