From 9a7ca86d57a061df578f16b8d428bab06960116c Mon Sep 17 00:00:00 2001 From: Grant Gainey Date: Thu, 22 Aug 2024 16:31:22 -0400 Subject: [PATCH] Further fixes to the release-workflow due to docs changes. --- .../pyproject.toml.update | 8 -------- pyproject.toml | 7 ------- 2 files changed, 15 deletions(-) diff --git a/cookiecutter/ci/{{ cookiecutter.__project_name }}/pyproject.toml.update b/cookiecutter/ci/{{ cookiecutter.__project_name }}/pyproject.toml.update index a9ec308e2..a797c0163 100644 --- a/cookiecutter/ci/{{ cookiecutter.__project_name }}/pyproject.toml.update +++ b/cookiecutter/ci/{{ cookiecutter.__project_name }}/pyproject.toml.update @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 791424a56..7af4fa039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"