Skip to content

Commit

Permalink
Prepare tag.py for v4.4.5-rc1 (#5645)
Browse files Browse the repository at this point in the history
Add -rc1 tag suffix
  • Loading branch information
AlexRuiz7 authored Jul 7, 2023
1 parent 2a48641 commit c10eb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# One of 'pre-alpha', 'alpha', 'beta', 'release-candidate', 'stable'
stage = 'stable'
# Tag suffix. Usually set to stage + stage iteration. E.g. '-rc1'
tag_suffix = ''
tag_suffix = '-rc1'

# ================================================ #
# Constants and global variables #
Expand Down

0 comments on commit c10eb4e

Please sign in to comment.