Skip to content

Commit

Permalink
feat: update version number for expermimental
Browse files Browse the repository at this point in the history
Change-Id: If4d338abd59129a78713a4126720bbaed0bf5e29
  • Loading branch information
haruyukilxz committed Oct 8, 2018
1 parent 096c14e commit 02b5d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commit": {
"quilt": false,
"pkgver": "git describe --tags --long %(ref)s | awk '{split($0,v,\"-\"); print v[1]\"+r\"v[2]\"+\"v[3]}'",
"pkgver": "echo $(git tag | tail -n1)'+r'$(date '+%%y%%m%%d%%H%%M%%S')'+g'$(git rev-parse --short HEAD);",
"dist": "experimental"
},
"release": {
Expand Down

0 comments on commit 02b5d5c

Please sign in to comment.