forked from ungleich-public/cdist
use -m for git tag in releasescript
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
ef5d77844d
commit
3ec639f4a1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ git commit $files
|
||||||
# add tag
|
# add tag
|
||||||
printf "Enter description for %s>" "$version"
|
printf "Enter description for %s>" "$version"
|
||||||
read tagmessage
|
read tagmessage
|
||||||
git tag "$version" "$tagmessage"
|
git tag "$version" -m "$tagmessage"
|
||||||
|
|
||||||
# Import into current version branch
|
# Import into current version branch
|
||||||
git checkout $branch
|
git checkout $branch
|
||||||
|
|
Loading…
Reference in a new issue