Skip to content

Commit

Permalink
[Backport 4.4.5-7.10] Prepare tag.py for v4.4.5-rc1 (#5648)
Browse files Browse the repository at this point in the history
Prepare tag.py for v4.4.5-rc1 (#5645)

Add -rc1 tag suffix

(cherry picked from commit c10eb4e)
  • Loading branch information
AlexRuiz7 authored Jul 7, 2023
1 parent 7ebcbab commit bc8f147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
revision = '01'
# One of 'pre-alpha', 'alpha', 'beta', 'release-candidate', 'stable'
stage = 'stable'
# Tag suffix. Usually set to stage + stage iteration.
tag_suffix = ''
# Tag suffix. Usually set to stage + stage iteration. E.g. '-rc1'
tag_suffix = '-rc1'

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

0 comments on commit bc8f147

Please sign in to comment.