Description
- Fixed bug where boilerplate preferred the variable defaults defined in the
variables
field of thedependency
object over the var file values, unlike what was implied by the documentation.
Migration guide
This release has two intentional behavior changes:
boilerplate
will now prefer values specified invar_files
on thedependency
over thedefault
value ofvariables
.boilerplate
will no longer ask for variables specified ondependency
in interactive mode.boilerplate
no longer supports bare variable definitions ondependency
config (that is, you must specify adefault
orreference
when adding a variable to thevariables
list on adependency
config.
If you were relying on either of these behaviors, please file a GitHub issue with your use case so we can discuss alternatives.