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 a384d66 commit b427b57Copy full SHA for b427b57
build/banner.js
@@ -1,5 +1,5 @@
1
var version =
2
- process.env.VUE_ROUTER_VERSION ||
+ process.env.VERSION ||
3
require('../package.json').version
4
5
module.exports =
build/release.sh
@@ -6,7 +6,7 @@ echo # (optional) move to a new line
6
if [[ $REPLY =~ ^[Yy]$ ]]
7
then
8
echo "Releasing $VERSION ..."
9
- npm run build
+ VERSION=$VERSION npm run build
10
git add -A
11
git commit -m "[build] $VERSION"
12
npm version $VERSION --message "[release] $VERSION"
0 commit comments