Skip to content

Commit

Permalink
bitrise-init update (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei authored Aug 11, 2017
1 parent 69cfdd8 commit 37d21a7
Show file tree
Hide file tree
Showing 137 changed files with 20,553 additions and 5,833 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": "5622d88c1c9e40ef9d52b61b26a6011b4d689a2f"
"revision": "4137124337bfa2dfd4fba4d45c8aa92e38c686cf"
}
]
}
9 changes: 7 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,12 @@
## Changelog (Current version: 1.5.2)
## Changelog (Current version: 1.5.3)

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

### 1.5.3 (2017 Aug 10)

* [4b68155] prepare for 1.5.3
* [4c1fcf2] step updatest and godeps update (#97)

### 1.5.2 (2017 Jul 25)

* [2e21ee8] prepare for 1.5.2
Expand Down Expand Up @@ -271,4 +276,4 @@

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

Updated: 2017 Jul 25
Updated: 2017 Aug 10
62 changes: 35 additions & 27 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 @@ -3,7 +3,7 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git

app:
envs:
- RELEASE_VERSION: 1.5.2
- RELEASE_VERSION: 1.5.3

workflows:
# ----------------------------------------------------------------
Expand Down
14 changes: 7 additions & 7 deletions go/src/github.com/bitrise-core/bitrise-init/steps/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
// CachePushID ...
CachePushID = "cache-push"
// CachePushVersion ...
CachePushVersion = "1.1.3"
CachePushVersion = "1.1.4"
)

const (
Expand Down Expand Up @@ -55,14 +55,14 @@ const (
// InstallMissingAndroidToolsID ...
InstallMissingAndroidToolsID = "install-missing-android-tools"
// InstallMissingAndroidToolsVersion ...
InstallMissingAndroidToolsVersion = "1.0.3"
InstallMissingAndroidToolsVersion = "1.1.0"
)

const (
// GradleRunnerID ...
GradleRunnerID = "gradle-runner"
// GradleRunnerVersion ...
GradleRunnerVersion = "1.7.3"
GradleRunnerVersion = "1.7.6"
)

const (
Expand Down Expand Up @@ -104,7 +104,7 @@ const (
// XcodeTestID ...
XcodeTestID = "xcode-test"
// XcodeTestVersion ...
XcodeTestVersion = "1.18.5"
XcodeTestVersion = "1.18.7"
)

const (
Expand Down Expand Up @@ -132,7 +132,7 @@ const (
// XamarinArchiveID ...
XamarinArchiveID = "xamarin-archive"
// XamarinArchiveVersion ...
XamarinArchiveVersion = "1.4.2"
XamarinArchiveVersion = "1.5.0"
)

const (
Expand All @@ -153,14 +153,14 @@ const (
// CordovaArchiveID ...
CordovaArchiveID = "cordova-archive"
// CordovaArchiveVersion ...
CordovaArchiveVersion = "0.9.2"
CordovaArchiveVersion = "0.9.3"
)

const (
// IonicArchiveID ...
IonicArchiveID = "ionic-archive"
// IonicArchiveVersion ...
IonicArchiveVersion = "0.9.3"
IonicArchiveVersion = "0.9.4"
)

const (
Expand Down

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

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

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

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

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

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

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

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

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

This file was deleted.

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

Loading

0 comments on commit 37d21a7

Please sign in to comment.