No full stop in subject lines
This commit is contained in:
parent
b11f51ab75
commit
247b3ebfd3
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ if [ $NEW_VERSION == $CURRENT_VERSION ]; then
|
|||
else
|
||||
git grep -l $CURRENT_VERSION | xargs sed -i "s/$CURRENT_VERSION/$NEW_VERSION/g"
|
||||
git diff
|
||||
git commit --all --message="Update version from $CURRENT_VERSION to $NEW_VERSION."
|
||||
git commit --all --message="Update version from $CURRENT_VERSION to $NEW_VERSION"
|
||||
fi
|
||||
git tag $NEW_VERSION
|
||||
git log --max-count=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue