Changing release mode to true, hopefully the last commit ever violating the branching model. DO NOT BACKPORT THIS COMMIT TO DEVELOP
This commit is contained in:
parent
91a39dfefd
commit
1f9f0c2932
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
defaults:
|
||||
version:
|
||||
number: "0.0.1.0"
|
||||
release: false # Do not touch unless in a merge conflict on doing a release, master should have a commit setting this to true which is not backported to the develop branch.
|
||||
release: true # Do not touch unless in a merge conflict on doing a release, master should have a commit setting this to true which is not backported to the develop branch.
|
||||
heroku: false
|
||||
environment:
|
||||
url: "http://localhost:3000/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue