Skip to content

Commit

Permalink
Fix changelog snippet removal
Browse files Browse the repository at this point in the history
[noisseu]
  • Loading branch information
mdellweg committed Mar 18, 2024
1 parent b26b91a commit b8271d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/create_release_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
git branch "${NEW_BRANCH}"

# Clean changelog snippets.
find CHANGES/ \( -name "*.feature" -o -name "*.bugfix" -o -name "*.doc" -o -name "*.translation" -o -name "*.devel" -o -name "*.misc" \) -exec git rm -f \{\} +
find CHANGES/ \( -name "*.feature" -o -name "*.bugfix" -o -name "*.removal" -o -name "*.doc" -o -name "*.translation" -o -name "*.devel" -o -name "*.misc" \) -exec git rm -f \{\} +

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

Expand Down

0 comments on commit b8271d4

Please sign in to comment.