Skip to content

Commit

Permalink
Further fixes to the release-workflow due to docs changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggainey committed Aug 22, 2024
1 parent ded7782 commit 9a7ca86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@ filename = "./pyproject.toml"
search = "\"pulp-glue{{ cookiecutter.__app_label_suffix }}=={current_version}\""
replace = "\"pulp-glue{{ cookiecutter.__app_label_suffix }}=={new_version}\""
{%- endif %}
{%- if cookiecutter.docs %}

[[tool.bumpversion.files]]
# This section is managed by the cookiecutter templates.
filename = "./mkdocs.yml"
search = "version: \"{current_version}\""
replace = "version: \"{new_version}\""
{%- endif %}

[tool.towncrier]
# This section is managed by the cookiecutter templates.
Expand Down
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,6 @@ filename = "./pyproject.toml"
search = "\"pulp-glue=={current_version}\""
replace = "\"pulp-glue=={new_version}\""

[[tool.bumpversion.files]]
# This section is managed by the cookiecutter templates.
filename = "./mkdocs.yml"
search = "version: \"{current_version}\""
replace = "version: \"{new_version}\""


[tool.towncrier]
# This section is managed by the cookiecutter templates.
filename = "CHANGES.md"
Expand Down

0 comments on commit 9a7ca86

Please sign in to comment.