Skip to content

Commit a319fa1

Browse files
committed
Issue 368: Tweak docs/CHANGELOG
1 parent 160c4b6 commit a319fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* [Issue #363](https://github.com/manheim/terraform-pipeline/issues/363) Feature: Optionally disable echo on flyway CLI commands
1010
* [Issue #365](https://github.com/manheim/terraform-pipeline/issues/365) Feature: Optionally configure flyway username/password through CLI options
1111
* [Issue #362](https://github.com/manheim/terraform-pipeline/issues/362) Bug Fix: Apply AnsiColorPlugin on `terraform validate` and `terraform init`
12-
* [Issue #368](https://github.com/manheim/terraform-pipeline/issues/368) Feature: Optionally prompt user *again* before applying migration.
12+
* [Issue #368](https://github.com/manheim/terraform-pipeline/issues/368) Feature: FlywayMigrationPlugin - prompt user *again* before applying migration. Optionally disable prompt.
1313

1414
# v5.15
1515

docs/FlywayMigrationPlugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## [FlywayMigrationPlugin](../src/FlywayMigrationPlugin.groovy)
22

3-
Enable this plugin to run automated database migrations with [Flyway](https://flywaydb.org/). Flyway can be configured through standard configuration files, or through environment variables. Since migrations maybe less frequent than terrform changes, by default, if a pending migrtion is detected, the pipeline will prompt you *again* to confirm that you want to proceed with the migration.
3+
Enable this plugin to run automated database migrations with [Flyway](https://flywaydb.org/). Flyway can be configured through standard configuration files, or through environment variables. Since migrations may happen less frequently than terrform changes, by default, if a pending migrtion is detected the pipeline will prompt you *again* to confirm that you want to proceed with the migration.
44

55
```
66
@Library(['terraform-pipeline']) _

0 commit comments

Comments
 (0)