Skip to content

docs: Update links to new URLs to make builds pass #525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion actions/find_unreleased_changelog_items/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fail if it cannot find any merged PRs since the last release, as this also means
package is not ready for a new release.

This action will populate two files in the
[`python-semantic-release` templates directory](https://python-semantic-release.readthedocs.io/en/latest/configuration.html#config-changelog-template-dir).
[`python-semantic-release` templates directory](https://python-semantic-release.readthedocs.io/en/stable/configuration/configuration.html#template-dir).
One of those files will contain the contents of the `CHANGELOG.md` file in the
repo prior to creating the new release. The other file will contain the
contents of the `## Unreleased` section of the `CHANGELOG.md` file that
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ yamlfix = "1.17.0"

[tool.poetry.group.dev.dependencies]
pip = "^25.0"
poetry = "^1.8.5"
poetry-audit-plugin = "^0.4.0"
poetry-plugin-export = "1.8.0"
poetry-pre-commit-plugin = "^0.1.2"
Expand Down Expand Up @@ -159,6 +160,10 @@ score = true

[tool.pyright]
ignore = [
"**/*env*/**",
"**/*site*/**",
"**/.results_*/**",
"**/.tox/**",
"temp_*.py"
]
pythonPlatform = "All"
Expand Down
2 changes: 1 addition & 1 deletion workflows/package-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and then verify that the package can be installed from
[TestPyPI](https://test.pypi.org) and [PyPI](https://pypi.org).

This workflow runs an action that will populate two files in the
[`python-semantic-release` templates directory](https://python-semantic-release.readthedocs.io/en/latest/configuration.html#config-changelog-template-dir).
[`python-semantic-release` templates directory](https://python-semantic-release.readthedocs.io/en/stable/configuration/configuration.html#template-dir).
One of those files will contain the contents of the `CHANGELOG.md` file in the
repo prior to creating the new release. The other file will contain the
contents of the `## Unreleased` section of the `CHANGELOG.md` file that
Expand Down
Loading