Skip to content

Commit

Permalink
Fix Release process
Browse files Browse the repository at this point in the history
Properly add all files in create release branch and tell towncrier to
not load the python package (We provide the proper version anyway).

[noissue]
  • Loading branch information
mdellweg committed Dec 4, 2023
1 parent 5f35c8d commit 636fab1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .ci/scripts/create_release_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ find CHANGES/ \( -name "*.feature" -o -name "*.bugfix" -o -name "*.doc" -o -name

# Add to version.txt
sed -i -e "1 i \\${NEW_BRANCH}" docs/versions.txt
git add docs/versions.txt

bumpversion minor --commit --message $'Bump version to {new_version}\n\n[noissue]' --allow-dirty

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[tool.towncrier]
package = "pulp_cli"
filename = "docs/CHANGES.md"
directory = "CHANGES/"
title_format = "## {version} ({project_date})"
Expand Down

0 comments on commit 636fab1

Please sign in to comment.