Skip to content

Commit 2469258

Browse files
committed
feat(changelog): add separate step to always update changelog
1 parent 9f6a84f commit 2469258

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@ jobs:
7777
- name: Install dependencies
7878
run: poetry install
7979

80+
- name: Update Changelog
81+
id: changelog
82+
uses: python-semantic-release/python-semantic-release@v9.15.0
83+
with:
84+
github_token: ${{ secrets.PAT_TOKEN }}
85+
changelog: true
86+
commit: true
87+
push: true
88+
build: false
89+
tag: false
90+
vcs_release: false
91+
8092
- name: Python Semantic Release
8193
id: release
8294
uses: python-semantic-release/python-semantic-release@v9.15.0

0 commit comments

Comments
 (0)