Skip to content
Snippets Groups Projects
Commit 11b85512 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Add bob.devtools to the output of changelog automatically

parent 12216c5d
No related branches found
No related tags found
1 merge request!145Improve the release scripts
...@@ -126,7 +126,8 @@ def changelog(target, changelog, group, mode, since): ...@@ -126,7 +126,8 @@ def changelog(target, changelog, group, mode, since):
# Since tagging packages requires bob.devtools to be tagged first. Add that to the # Since tagging packages requires bob.devtools to be tagged first. Add that to the
# list as well. Note that bob.devtools can release itself. # list as well. Note that bob.devtools can release itself.
packages.insert(0, "bob/bob.devtools") if len(packages) > 1:
packages.insert(0, "bob/bob.devtools")
# iterates over the packages and dumps required information # iterates over the packages and dumps required information
for package in packages: for package in packages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment