Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
1d782449
Commit
1d782449
authored
Apr 24, 2015
by
MEESSEN Christophe
Browse files
close_release now use select_identifier
parent
f2a34160
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
build_version.py
build_version.py
+3
-6
No files found.
build_version.py
View file @
1d782449
...
...
@@ -251,14 +251,11 @@ def close_release():
"""
print
"Close the release cycle..."
print
"Current branches are:"
git
(
"branch"
)
release
=
raw_input
(
"Select the release identifier:"
)
release
=
select_identifier
(
"release"
)
if
not
release
:
sys
.
exit
(
0
)
branch
=
"release-%s"
%
release
branch
=
"release-%s"
%
identifier
msg
=
"Release %s"
%
release
print
msg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment