We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859a794 commit 0160bdfCopy full SHA for 0160bdf
bin/release
@@ -36,7 +36,7 @@ npm run build
36
version=$(node -e 'console.log(require("./package.json").version)')
37
# Update version in docs
38
sed -i 's:\(<sub><sub>v\)[0-9]\+\.[0-9]\+\.[0-9]\+\(</sub></sub>\):\1'$version'\2:' docs/index.html
39
-sed -i 's:\(https\://unpkg\.com/@vbarbarosh/vue-pager@\)[0-9]\+\.[0-9]\+\.[0-9]\+\(/dist/vue-pager.js\):\1'$version'\2:' docs/index.html
+sed -i 's:\(https\://unpkg\.com/@vbarbarosh/vue-modal@\)[0-9]\+\.[0-9]\+\.[0-9]\+\(/dist/vue-modal.js\):\1'$version'\2:' docs/index.html
40
41
git add package.json package-lock.json dist docs/index.html
42
git commit -m "release v$version"
0 commit comments