Skip to content

Commit

Permalink
Enhancement: Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 24, 2023
1 parent ecb4d05 commit 3f92fdd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 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.7.0...main`][1.7.0...main].
For a full diff see [`1.8.0...main`][1.8.0...main].

## [`1.8.0`][1.8.0]

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

### Added

Expand Down Expand Up @@ -148,7 +152,8 @@ For a full diff see [`1.0.0...main`][1.0.0...main].
[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...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
[1.7.0...1.8.0]: https://github.com/ergebnis/.github/compare/1.7.0...1.8.0
[1.8.0...main]: https://github.com/ergebnis/.github/compare/1.8.0...main

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

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

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

For details, see [`actions/composer/determine-root-version/action.yaml`](actions/composer/determine-root-version/action.yaml).
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
php-version: "8.1"
- name: "Determine composer cache directory"
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0"
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.8.0"
- name: "Cache dependencies installed with composer"
uses: "actions/[email protected]"
Expand All @@ -190,7 +190,7 @@ jobs:
restore-keys: "composer-${{ matrix.dependencies }}-"
- name: "Install ${{ matrix.dependencies }} dependencies with composer"
uses: "ergebnis/.github/actions/composer/install@1.7.0"
uses: "ergebnis/.github/actions/composer/install@1.8.0"
with:
dependencies: "${{ matrix.dependencies }}"
```
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
steps:
- name: "Assign @ergebnis-bot"
uses: "ergebnis/.github/actions/github/pull-request/add-assignee@1.7.0"
uses: "ergebnis/.github/actions/github/pull-request/add-assignee@1.8.0"
with:
assignee: "ergebnis-bot"
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
steps:
- name: "Add labels based on branch name"
uses: "ergebnis/.github/actions/github/pull-request/add-label-based-on-branch-name@1.7.0"
uses: "ergebnis/.github/actions/github/pull-request/add-label-based-on-branch-name@1.8.0"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
```
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
steps:
- name: "Approve pull request"
uses: "ergebnis/.github/actions/github/pull-request/approve@1.7.0"
uses: "ergebnis/.github/actions/github/pull-request/approve@1.8.0"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
```
Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:
steps:
- name: "Merge pull request"
uses: "ergebnis/.github/actions/github/pull-request/merge@1.7.0"
uses: "ergebnis/.github/actions/github/pull-request/merge@1.8.0"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
```
Expand Down Expand Up @@ -455,7 +455,7 @@ jobs:
steps:
- name: "Request review from @ergebnis-bot"
uses: "ergebnis/.github/actions/github/pull-request/request-review@1.7.0"
uses: "ergebnis/.github/actions/github/pull-request/request-review@1.8.0"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
reviewer: "ergebnis-bot"
Expand Down Expand Up @@ -499,7 +499,7 @@ jobs:
steps:
- name: "Create release"
uses: "ergebnis/.github/actions/github/release/create@1.7.0"
uses: "ergebnis/.github/actions/github/release/create@1.8.0"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
```
Expand Down Expand Up @@ -543,7 +543,7 @@ jobs:
fetch-depth: 50
- name: "Request broken links check on ohdear.app"
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/start@1.7.0"
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/start@1.8.0"
with:
oh-dear-api-token: "${{ secrets.OH_DEAR_API_TOKEN }}"
oh-dear-check-id: "${{ secrets.OH_DEAR_BROKEN_LINKS_CHECK_ID }}"
Expand Down Expand Up @@ -589,7 +589,7 @@ jobs:
fetch-depth: 50
- name: "Start maintenance period on ohdear.app"
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/start@1.7.0"
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/start@1.8.0"
with:
oh-dear-api-token: "${{ secrets.OH_DEAR_API_TOKEN }}"
oh-dear-site-id: "${{ secrets.OH_DEAR_SITE_ID }}"
Expand Down Expand Up @@ -635,7 +635,7 @@ jobs:
fetch-depth: 50
- name: "Stop maintenance period on ohdear.app"
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/stop@1.7.0"
uses: "ergebnis/.github/actions/oh-dear/maintenance-period/stop@1.8.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 3f92fdd

Please sign in to comment.