Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
8327402a
Commit
8327402a
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[scripts] Fix release doc formatting
parent
b608122b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/devtools/scripts/release.py
+1
-2
1 addition, 2 deletions
bob/devtools/scripts/release.py
with
1 addition
and
2 deletions
bob/devtools/scripts/release.py
+
1
−
2
View file @
8327402a
...
@@ -62,8 +62,7 @@ Examples:
...
@@ -62,8 +62,7 @@ Examples:
@verbosity_option
()
@verbosity_option
()
@bdt.raise_on_error
@bdt.raise_on_error
def
release
(
changelog
,
group
,
package
,
resume
,
dry_run
):
def
release
(
changelog
,
group
,
package
,
resume
,
dry_run
):
"""
\b
"""
Tags packages on gitlab from an input CHANGELOG in markdown formatting
Tags packages on gitlab from an input CHANGELOG in markdown formatting
By using a CHANGELOG file as an input (that can be generated with the ``bdt
By using a CHANGELOG file as an input (that can be generated with the ``bdt
changelog`` command), this script goes through all packages in CHANGELOG
changelog`` command), this script goes through all packages in CHANGELOG
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment