We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 462abf0 + 9835f3a commit 7967018Copy full SHA for 7967018
1 file changed
release.sh
@@ -64,14 +64,14 @@ case $input in
64
git add CHANGELOG.md
65
git add appinfo/info.xml
66
67
- # Create commit
68
- git commit --signoff --message $tag
69
-
70
- # Create tag
71
- git tag $tag
+ # Bump npm version, commit and tag
+ npm version --allow-same-version -f $version
72
73
# Show the result
74
git log -1 -p
+
+ # Add signoff
+ git commit --amend -s
75
;;
76
*)
77
echo "You say No"
0 commit comments