Skip to content

Commit

Permalink
Add config that will update the version inside readium-module.json an…
Browse files Browse the repository at this point in the history
…d push it.
  • Loading branch information
Dmitry M committed Jul 11, 2014
1 parent 9cd731c commit 09e5edc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/deploys.json
Expand Up @@ -2,9 +2,9 @@
"deploys": [{
"name": "Webhook Deployer",
"type": "github",
"repo": "https://github.com/dmitrym0/readium-shared-js/",
"basepath": "/Users/dmitry/workspace/github/webhook-deployer",
"command": "git pull",
"repo": "https://github.com/dmitrym0/readium-shared-js",
"basepath": "/tmp/readium-shared-js",
"command": "VERSION=`git describe` && sed -i '' -e \"s/version.*/version = \\\"${VERSION}\\\",/\" readium-module.json && git commit -am \"Auto version update\" && git push",

This comment has been minimized.

Copy link
@dmitrym0

dmitrym0 Jul 11, 2014

Owner

Update the version string here.

"branch": "develop"
}]
}

0 comments on commit 09e5edc

Please sign in to comment.