Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institut für Informatik
dbis
software
dbispipeline
Commits
457cc0d4
Commit
457cc0d4
authored
Mar 25, 2021
by
Michael Vötter
Browse files
Update publish.sh script to push changes.
parent
07913229
Pipeline
#43054
passed with stage
in 2 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
publish.sh
publish.sh
+1
-0
No files found.
publish.sh
View file @
457cc0d4
...
...
@@ -45,6 +45,7 @@ VERSION=$(python -m setup --version)
echo
"new version is:
${
VERSION
}
"
git add setup.cfg setup.py
git commit
-m
"release v
${
VERSION
}
"
git push origin master
git tag
"v
${
VERSION
}
"
git push origin
"v
${
VERSION
}
"
make release
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