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
a52c0420
Commit
a52c0420
authored
Dec 04, 2015
by
LE GAC Renaud
Browse files
Polish the options documentation for buidl_version.py
parent
d3dc1f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
build_version.py
build_version.py
+11
-3
No files found.
build_version.py
View file @
a52c0420
...
...
@@ -418,7 +418,9 @@ if __name__ == '__main__':
APS
.
add_argument
(
"-C"
,
"--commit-changelog"
,
action
=
"store_true"
,
help
=
"commit CHANGELOG."
)
help
=
"commit CHANGELOG. "
"To be used with --write-release. "
"Recommend to use --start-release."
)
APS
.
add_argument
(
"-j"
,
"--jsduck"
,
action
=
"store_true"
,
...
...
@@ -434,7 +436,11 @@ if __name__ == '__main__':
APS
.
add_argument
(
"-s"
,
"--start-release"
,
action
=
"store_true"
,
help
=
"start the new release."
)
help
=
"start the new release cycle. "
"Set the release number in the changelog and "
"commit changes in the master branch. "
"Equivalent to --write-release followed by "
"--commit-changelog."
)
APS
.
add_argument
(
"-u"
,
"--user-doc"
,
action
=
"store_true"
,
...
...
@@ -450,7 +456,9 @@ if __name__ == '__main__':
APS
.
add_argument
(
"-w"
,
"--write-release"
,
action
=
"store_true"
,
help
=
"write the release number in CHANGELOG."
)
help
=
"write the release number in CHANGELOG. "
"To be used with --commit-changelog. "
"Recommend to use --start-release."
)
ARGS
=
APS
.
parse_args
()
...
...
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