Skip to content

Commit 589e644

Browse files
committed
use unique sauce build ID during releases, add sauce badge
1 parent a3e26ac commit 589e644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vue-next [![CircleCI](https://img.shields.io/circleci/project/vuejs/vue/next.svg?maxAge=2592000)](https://circleci.com/gh/vuejs/vue/tree/next) [![Coverage](https://img.shields.io/codecov/c/github/vuejs/vue/next.svg)](https://codecov.io/gh/vuejs/vue/branch/next)
1+
# vue-next [![CircleCI](https://img.shields.io/circleci/project/vuejs/vue/next.svg?maxAge=2592000)](https://circleci.com/gh/vuejs/vue/tree/next) [![Coverage](https://img.shields.io/codecov/c/github/vuejs/vue/next.svg)](https://codecov.io/gh/vuejs/vue/branch/next) [![Sauce Labs](https://saucelabs.com/open_sauce/build_status/vuejs.svg)](https://saucelabs.com/beta/builds/03f78da5c56a4e61bb80c61f1c01d7d8)
22

33
> pre-alpha state, use at your own risk. For the time being, check out the [announcement post](https://medium.com/the-vue-point/announcing-vue-js-2-0-8af1bde7ab9#.jylu9wz4y) and the [feature comparison with 1.0](https://github.com/vuejs/vue/wiki/2.0-features).
44

build/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo # (optional) move to a new line
77
if [[ $REPLY =~ ^[Yy]$ ]]
88
then
99
echo "Releasing $VERSION ..."
10-
export SAUCE_BUILD_ID=$VERSION
10+
export SAUCE_BUILD_ID=$VERSION:`date +"%s"`
1111

1212
npm run lint
1313
npm run flow

0 commit comments

Comments
 (0)