Skip to content

Commit

Permalink
ci: include changelog link on pypi page
Browse files Browse the repository at this point in the history
  • Loading branch information
jug-dev committed Apr 12, 2023
1 parent 1d9de8d commit 69a7a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: ${{ steps.release.outputs.version != '' }}
run: |
npm -g install auto-changelog
auto-changelog --template=.changelog
auto-changelog --template=.changelog --ignore-commit-pattern="update changelog"
# Try to add the changelog back to the releases branch
- uses: EndBug/add-and-commit@v9
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dynamic=["version"]
[project.urls]
"Homepage" = "https://github.com/jug-dev/hordelib"
"Bug Tracker" = "https://github.com/jug-dev/hordelib/issues"
"Changelog" = "https://github.com/jug-dev/hordelib/blob/releases/CHANGELOG.md"

[tool.setuptools]
license-files = ["LICENSE", "CHANGELOG*"]
Expand Down

0 comments on commit 69a7a0d

Please sign in to comment.