mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
Merge pull request #62 from fsih/yaml
Add before deploy script that appends version
This commit is contained in:
commit
2d7860f495
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ install:
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- git config --global user.email $(git log --pretty=format:"%ae" -n1)
|
- git config --global user.email $(git log --pretty=format:"%ae" -n1)
|
||||||
- git config --global user.name $(git log --pretty=format:"%an" -n1)
|
- git config --global user.name $(git log --pretty=format:"%an" -n1)
|
||||||
|
- VPKG=$($(npm bin)/json -f package.json version)
|
||||||
|
- export VERSION=${VPKG/%?/}$(date +%Y%m%d%H%M%S)
|
||||||
|
- npm --no-git-tag-version version $VERSION
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in a new issue