File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ rm ./CHANGELOG_FUTURE.md
18
18
19
19
CURRENT_BRANCH=` git rev-parse --abbrev-ref HEAD`
20
20
21
- git add CHANGELOG.md && git commit -m " Release $1 " -S && git push origin " $CURRENT_BRANCH "
21
+ git add CHANGELOG.md && git commit -s - m " Release $1 " -S && git push origin " $CURRENT_BRANCH "
22
22
23
23
./bin/subtree-split
24
24
43
43
if [[ -z " $LAST_RELEASE " ]]; then
44
44
echo " There has not been any releases. Releasing $1 " ;
45
45
46
- git tag $1 -s -m " Release $1 "
46
+ git tag $1 -a - s -m " Release $1 "
47
47
git push origin --tags
48
48
else
49
49
echo " Last release $LAST_RELEASE " ;
53
53
if [[ ! -z " $CHANGES_SINCE_LAST_RELEASE " ]]; then
54
54
echo " There are changes since last release. Releasing $1 " ;
55
55
56
- git tag $1 -s -m " Release $1 "
56
+ git tag $1 -s -m " Release $1 "
57
57
git push origin --tags
58
58
else
59
59
echo " No change since last release." ;
You can’t perform that action at this time.
0 commit comments