Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
4bd13dcd
Commit
4bd13dcd
authored
7 years ago
by
Pavel KORSHUNOV
Browse files
Options
Downloads
Patches
Plain Diff
correcting a typo in release_bob script
parent
92058658
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!75
The release script for bob that uses changelog as a guidance for release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
release/release_bob.py
+1
-1
1 addition, 1 deletion
release/release_bob.py
with
1 addition
and
1 deletion
release/release_bob.py
+
1
−
1
View file @
4bd13dcd
...
@@ -186,7 +186,7 @@ def release_package(gitpkg, tag_name, tag_comments_list):
...
@@ -186,7 +186,7 @@ def release_package(gitpkg, tag_name, tag_comments_list):
readme_content
=
_update_readme
(
readme_content
,
version
=
version_number
)
readme_content
=
_update_readme
(
readme_content
,
version
=
version_number
)
# commit and push changes
# commit and push changes
commit_files
(
gitpkg
,
{
'
README.rst
'
:
readme_content
,
'
version.txt
'
:
version_number
},
commit_files
(
gitpkg
,
{
'
README.rst
'
:
readme_content
,
'
version.txt
'
:
version_number
},
'
Increased stable version to %s
[skip ci]
'
%
version_number
)
'
Increased stable version to %s
'
%
version_number
)
# 2. Tag package with new tag and push
# 2. Tag package with new tag and push
print
(
"
creating tag {}
"
.
format
(
tag_name
))
print
(
"
creating tag {}
"
.
format
(
tag_name
))
...
...
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