Skip to content

Commit 5cf7b66

Browse files
committed
add automation to github release
1 parent 54e4968 commit 5cf7b66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ deploy:
1212
on:
1313
repo: llouislu/tsql-diff
1414
branch: master
15-
tag_name: "${TRAVIS_COMMIT:0:4}"
15+
tag_name: "v$(date '+%Y%m%d' -u)-${TRAVIS_COMMIT:0:7}"
1616
draft: false
17-
prerelease: false
17+
prerelease: true

0 commit comments

Comments
 (0)