Skip to content

Commit

Permalink
Merge pull request #15 from bitrise-steplib/update
Browse files Browse the repository at this point in the history
depman update
  • Loading branch information
godrei authored Aug 10, 2016
2 parents 3aa2b0f + b23b464 commit 895cb20
Show file tree
Hide file tree
Showing 13 changed files with 1,027 additions and 180 deletions.
2 changes: 1 addition & 1 deletion deplock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dep_locks": [
{
"url": "https://github.com/bitrise-core/bitrise-init.git",
"revision": "fd5850437e18db75178693eabe0b489e35fa0ac5"
"revision": "b327a3a86c3123e74185f9078b9960fb08b3e990"
}
]
}
12 changes: 10 additions & 2 deletions go/src/github.com/bitrise-core/bitrise-init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## Changelog (Current version: 0.9.11)
## Changelog (Current version: 0.9.12)

-----------------

### 0.9.12 (2016 Aug 10)

* [405e2ef] step versions
* [25f83f0] prepare for 0.9.12
* [c080c79] godep update ios fixes (#40)
* [6e2dd87] add script step to default workflow (#39)
* [a1cecc1] xcodeproj and xcworkspace should be a dir (#38)

### 0.9.11 (2016 Jul 29)

* [1bad745] prepare for 0.9.11
Expand Down Expand Up @@ -109,4 +117,4 @@

-----------------

Updated: 2016 Jul 29
Updated: 2016 Aug 10
20 changes: 10 additions & 10 deletions go/src/github.com/bitrise-core/bitrise-init/Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/src/github.com/bitrise-core/bitrise-init/bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ workflows:
2, Export RELEASE_VERSION
3, Create binaries
envs:
- RELEASE_VERSION: 0.9.11
- RELEASE_VERSION: 0.9.12
after_run:
- _export_release_version
- create_binaries
Expand Down
Loading

0 comments on commit 895cb20

Please sign in to comment.