Skip to content

Commit

Permalink
Remove unused changelog steps (#185)
Browse files Browse the repository at this point in the history
This broke somewhere along the way and we weren't using them anyway so
easy cleanup.
  • Loading branch information
Kyle-Verhoog authored Aug 13, 2024
1 parent 2a03e1e commit 9c1f56f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,10 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.9'
python-version: '3.12'

- name: Install Dependencies
run: pip install reno docutils

- name: Lint changelog notes
run: reno lint

- name: Generate changelog
run: |
reno report | tee CHANGELOG.rst
rst2html.py CHANGELOG.rst CHANGELOG.html
- name: Upload CHANGELOG.rst
uses: actions/upload-artifact@v2
with:
name: changelog
path: |
CHANGELOG.rst
CHANGELOG.html

0 comments on commit 9c1f56f

Please sign in to comment.