Skip to content

Commit

Permalink
Enhancement: Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Oct 1, 2022
1 parent 4d09cb0 commit 2655c6a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`1.6.0...main`][1.6.0...main].
For a full diff see [`1.7.0...main`][1.7.0...main].

## [`1.7.0`][1.7.0]

For a full diff see [`1.6.0...1.7.0`][1.6.0...1.7.0].

### Added

Expand Down Expand Up @@ -139,7 +143,8 @@ For a full diff see [`1.0.0...main`][1.0.0...main].
[1.4.1...1.5.0]: https://github.com/ergebnis/.github/compare/1.4.1...1.5.0
[1.5.0...1.5.1]: https://github.com/ergebnis/.github/compare/1.5.0...1.5.1
[1.5.1...1.6.0]: https://github.com/ergebnis/.github/compare/1.5.1...1.6.0
[1.6.0...main]: https://github.com/ergebnis/.github/compare/1.6.0...main
[1.6.0...1.7.0]: https://github.com/ergebnis/.github/compare/1.6.0...1.7.0
[1.7.0...main]: https://github.com/ergebnis/.github/compare/1.7.0...main

[#47]: https://github.com/ergebnis/.github/pull/47
[#48]: https://github.com/ergebnis/.github/pull/48
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
php-version: "8.1"

- name: "Determine composer cache directory"
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.6.0"
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0"

- name: "Cache dependencies installed with composer"
uses: "actions/[email protected]"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
php-version: "8.1"
- name: "Determine composer root version"
uses: "ergebnis/.github/actions/composer/determine-root-version@1.6.0"
uses: "ergebnis/.github/actions/composer/determine-root-version@1.7.0"
```

For details, see [`actions/composer/determine-root-version/action.yaml`](actions/composer/determine-root-version/action.yaml).
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
php-version: "8.1"
- name: "Determine composer cache directory"
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.6.0"
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0"
- name: "Cache dependencies installed with composer"
uses: "actions/[email protected]"
Expand All @@ -189,7 +189,7 @@ jobs:
restore-keys: "composer-${{ matrix.dependencies }}-"
- name: "Install ${{ matrix.dependencies }} dependencies with composer"
uses: "ergebnis/.github/actions/composer/install@1.6.0"
uses: "ergebnis/.github/actions/composer/install@1.7.0"
with:
dependencies: "${{ matrix.dependencies }}"
```
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
steps:
- name: "Assign @ergebnis-bot"
uses: "ergebnis/.github/actions/github/pull-request/add-assignee@1.6.0"
uses: "ergebnis/.github/actions/github/pull-request/add-assignee@1.7.0"
with:
assignee: "ergebnis-bot"
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
steps:
- name: "Add labels based on branch name"
uses: "ergebnis/.github/actions/github/pull-request/add-label-based-on-branch-name@1.6.0"
uses: "ergebnis/.github/actions/github/pull-request/add-label-based-on-branch-name@1.7.0"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
```
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
steps:
- name: "Approve pull request"
uses: "ergebnis/.github/actions/github/pull-request/approve@1.6.0"
uses: "ergebnis/.github/actions/github/pull-request/approve@1.7.0"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
```
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
steps:
- name: "Merge pull request"
uses: "ergebnis/.github/actions/github/pull-request/merge@1.6.0"
uses: "ergebnis/.github/actions/github/pull-request/merge@1.7.0"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
```
Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:
steps:
- name: "Request review from @ergebnis-bot"
uses: "ergebnis/.github/actions/github/pull-request/request-review@1.6.0"
uses: "ergebnis/.github/actions/github/pull-request/request-review@1.7.0"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
reviewer: "ergebnis-bot"
Expand Down Expand Up @@ -498,7 +498,7 @@ jobs:
steps:
- name: "Create release"
uses: "ergebnis/.github/actions/github/release/create@1.6.0"
uses: "ergebnis/.github/actions/github/release/create@1.7.0"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
```
Expand Down Expand Up @@ -588,7 +588,7 @@ jobs:
fetch-depth: 50
- name: "Start maintenance period on ohdear.app"
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/start@1.6.0"
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/start@1.7.0"
with:
oh-dear-api-token: "${{ secrets.OH_DEAR_API_TOKEN }}"
oh-dear-site-id: "${{ secrets.OH_DEAR_SITE_ID }}"
Expand Down Expand Up @@ -634,7 +634,7 @@ jobs:
fetch-depth: 50
- name: "Stop maintenance period on ohdear.app"
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/stop@1.6.0"
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/stop@1.7.0"
with:
oh-dear-api-token: "${{ secrets.OH_DEAR_API_TOKEN }}"
oh-dear-site-id: "${{ secrets.OH_DEAR_SITE_ID }}"
Expand Down

0 comments on commit 2655c6a

Please sign in to comment.