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
Merge requests
!145
Improve the release scripts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Improve the release scripts
release
into
master
Overview
6
Commits
7
Pipelines
5
Changes
3
Merged
Amir MOHAMMADI
requested to merge
release
into
master
5 years ago
Overview
6
Commits
7
Pipelines
5
Changes
3
Expand
Fixes
#49 (closed)
#29 (closed)
Edited
5 years ago
by
Amir MOHAMMADI
0
0
Merge request reports
Viewing commit
b8009222
Prev
Next
Show latest version
3 files
+
57
−
50
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
b8009222
Improve the bob release instructions
· b8009222
Amir MOHAMMADI
authored
5 years ago
bob/devtools/scripts/release.py
+
0
−
6
Options
@@ -143,12 +143,6 @@ def release(changelog, group, package, resume, dry_run):
gl
=
get_gitlab_instance
()
# if we are releasing 'bob' metapackage, it's a simple thing, no GitLab
# API
if
package
==
"
bob
"
:
release_bob
(
changelog
)
return
# traverse all packages in the changelog, edit older tags with updated
# comments, tag them with a suggested version, then try to release, and
# wait until done to proceed to the next package
Loading