Skip to content

Commit

Permalink
fix(release): Set milestone as non-devel tag (#29134)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz authored Sep 9, 2024
1 parent 372bd53 commit f5b5729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ def create_release_branches(ctx, base_directory="~/dd", major_versions="6,7", up
current = current_version(ctx, max(list_major_versions))
next = current.next_version(bump_minor=True)
current.rc = False
current.devel = False
next.devel = False

# Strings with proper branch/tag names
Expand Down

0 comments on commit f5b5729

Please sign in to comment.