Skip to content

Commit d3e68e7

Browse files
committed
Ready for release - v1.2.0
1 parent 6f2a9b7 commit d3e68e7

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased] - TBD
8+
9+
## [v1.2.0] - 1-23-2018
810
- SKIP_MIGRATIONS parameter - You can skip running migrations during tests
911

1012
## [v1.1.1] - 11-17-2017

Jenkinsfile.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ rails {
1414
SLACK_CHANNEL = '#deploys'
1515
DEBUG = 'false'
1616
SKIP_TESTS = 'false'
17+
SKIP_MIGRATIONS = 'false'
1718
}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ rails {
6060
SLACK_CHANNEL = '#deploys'
6161
DEBUG = 'false'
6262
SKIP_TESTS = 'false'
63+
SKIP_MIGRATIONS = 'false'
6364
}
6465
```
6566

@@ -83,6 +84,7 @@ rails {
8384
- **SLACK_CHANNEL:** Specify the Slack channel to use for notifications. [String] Default: #puppet
8485
- **DEBUG:** Turn off Slack notifications and turn on more console output. [String] Default: false
8586
- **SKIP_TESTS:** Don't run tests just checkout and deploy [String] Default: false
87+
- **SKIP_MIGRATIONS:** Don't setup a database or run migrations. [String] Default: false
8688

8789
## Testing Framework Support
8890

0 commit comments

Comments
 (0)