Skip to content

Commit 5c9a173

Browse files
Testing update changelog reuse
Signed-off-by: Bastian Schwarz <bastian@codename-php.de>
1 parent a4d681a commit 5c9a173

2 files changed

Lines changed: 3 additions & 55 deletions

File tree

.github/workflows/post-release.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/update-changelog.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@ on:
77

88
jobs:
99
update_changelog:
10-
name: Update changelog
11-
runs-on: ubuntu-latest
12-
steps:
13-
- name: Checkout
14-
uses: actions/checkout@v2
15-
16-
- name: create changelog
17-
uses: charmixer/auto-changelog-action@v1
18-
with:
19-
token: ${{ secrets.GITHUB_TOKEN }}
20-
exclude_labels: "duplicate,question,invalid,wontfix,skip-changelog"
21-
22-
- name: commit updated changelog
23-
uses: EndBug/add-and-commit@v7
24-
with:
25-
message: "[CHANGELOG] Updated changelog"
26-
add: "CHANGELOG.md"
27-
signoff: true
10+
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@main
11+
with:
12+
ref: ${{github.ref_name}}

0 commit comments

Comments
 (0)