We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af96f92 commit 733c775Copy full SHA for 733c775
1 file changed
scripts/bumpversion.sh
@@ -19,7 +19,7 @@ newver="$1"
19
[ -z "$newver" ] && echo "Usage: $0 <new-version>" && exit 2
20
21
sed -r "s|version: .*|version: $newver|g" -i snap/snapcraft.yaml
22
-git add snap/snapcraft.yml
+git add snap/snapcraft.yaml
23
24
for dir in $files; do
25
cd $dir
0 commit comments