Skip to content

Commit d874184

Browse files
Integrate changelog PR automation into increment_version.py script
Co-authored-by: saulshanabrook <[email protected]>
1 parent a1a0255 commit d874184

File tree

4 files changed

+140
-209
lines changed

4 files changed

+140
-209
lines changed

.github/scripts/test_update_changelog.py

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

.github/scripts/update_changelog.py

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

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@ jobs:
2727
with:
2828
python-version: '3.12'
2929

30-
- name: Test changelog script
31-
run: python .github/scripts/test_update_changelog.py
32-
3330
- name: Update changelog
3431
run: |
35-
python .github/scripts/update_changelog.py \
32+
python increment_version.py --add-pr \
3633
--pr-number="${{ github.event.pull_request.number }}" \
3734
--pr-title="${{ github.event.pull_request.title }}" \
3835
--pr-url="${{ github.event.pull_request.html_url }}"

0 commit comments

Comments
 (0)