From e6f5f35ba6ccdd9a7f49034b8c2f46d7da168bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 24 Jan 2022 21:38:54 +0100 Subject: [PATCH 1/2] Fix: Use tag as reference --- .github/workflows/merge.yaml | 8 ++++---- .github/workflows/release.yaml | 2 +- .github/workflows/triage.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index 10e67fd..2666ca5 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -24,23 +24,23 @@ jobs: steps: - name: "Request review from @ergebnis-bot" - uses: "ergebnis/.github/actions/github/pull-request/request-review@main" + uses: "ergebnis/.github/actions/github/pull-request/request-review@1.3.0" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" reviewer: "ergebnis-bot" - name: "Assign @ergebnis-bot" - uses: "ergebnis/.github/actions/github/pull-request/add-assignee@main" + uses: "ergebnis/.github/actions/github/pull-request/add-assignee@1.3.0" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" assignee: "ergebnis-bot" - name: "Approve pull request" - uses: "ergebnis/.github/actions/github/pull-request/approve@main" + uses: "ergebnis/.github/actions/github/pull-request/approve@1.3.0" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" - name: "Merge pull request" - uses: "ergebnis/.github/actions/github/pull-request/merge@main" + uses: "ergebnis/.github/actions/github/pull-request/merge@1.3.0" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cb5d731..d083e86 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,6 @@ jobs: steps: - name: "Create release" - uses: "ergebnis/.github/actions/github/release/create@main" + uses: "ergebnis/.github/actions/github/release/create@1.3.0" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" diff --git a/.github/workflows/triage.yaml b/.github/workflows/triage.yaml index 75e1c6a..bcdd7f6 100644 --- a/.github/workflows/triage.yaml +++ b/.github/workflows/triage.yaml @@ -15,6 +15,6 @@ jobs: steps: - name: "Add labels based on branch name" - uses: "ergebnis/.github/actions/github/pull-request/add-label-based-on-branch-name@main" + uses: "ergebnis/.github/actions/github/pull-request/add-label-based-on-branch-name@1.3.0" with: github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}" From 75c07301b4845a949a7f01c40379e9632b745ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 24 Jan 2022 21:40:44 +0100 Subject: [PATCH 2/2] Enhancement: Prepare release --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e49eaa..cff0ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2.1...main`][1.2.1...main]. +For a full diff see [`1.3.1...main`][1.3.1...main]. + +## [`1.3.1`][1.3.1] + +For a full diff see [`1.3.0...1.3.1`][1.3.0...1.3.1]. ## [`1.3.0`][1.3.0] @@ -57,13 +61,16 @@ For a full diff see [`1.0.0...main`][1.0.0...main]. [1.1.0]: https://github.com/ergebnis/.github/releases/tag/1.1.0 [1.2.0]: https://github.com/ergebnis/.github/releases/tag/1.2.0 [1.2.1]: https://github.com/ergebnis/.github/releases/tag/1.2.1 +[1.3.0]: https://github.com/ergebnis/.github/releases/tag/1.3.0 +[1.3.1]: https://github.com/ergebnis/.github/releases/tag/1.3.1 [ca7f15d...1.0.0]: https://github.com/ergebnis/.github/compare/ca7f15d...1.0.0 [1.0.0...1.1.0]: https://github.com/ergebnis/.github/compare/1.0.0...1.1.0 [1.1.0...1.2.0]: https://github.com/ergebnis/.github/compare/1.1.0...1.2.0 [1.2.0...1.2.1]: https://github.com/ergebnis/.github/compare/1.2.0...1.2.1 [1.2.1...1.3.0]: https://github.com/ergebnis/.github/compare/1.2.1...1.3.0 -[1.3.0...main]: https://github.com/ergebnis/.github/compare/1.3.0...main +[1.3.0...1.3.1]: https://github.com/ergebnis/.github/compare/1.3.0...1.3.1 +[1.3.1...main]: https://github.com/ergebnis/.github/compare/1.3.1...main [#47]: https://github.com/ergebnis/.github/pull/47 [#48]: https://github.com/ergebnis/.github/pull/48