We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f4d96 commit a640029Copy full SHA for a640029
bin/release
@@ -2,6 +2,12 @@
2
3
VERSION=$1
4
5
+if [ -z "$VERSION" ]; then
6
+ echo "Error: VERSION argument required"
7
+ echo "Usage: $0 VERSION"
8
+ exit 1
9
+fi
10
+
11
printf "module ActionNativePush\n VERSION = \"$VERSION\"\nend\n" > ./lib/action_native_push/version.rb
12
bundle
13
git add Gemfile.lock lib/action_native_push/version.rb
0 commit comments