Skip to content

Commit

Permalink
chore: set allow_dangerous_contract_modification to false for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Aug 14, 2021
1 parent d63081d commit f6463ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/config/runtime_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class RuntimeConfiguration < Anyway::Config
use_first_tag_as_branch_time_limit: 10,
auto_detect_main_branch: true,
main_branch_candidates: ["develop", "main", "master"],
allow_dangerous_contract_modification: false,
allow_dangerous_contract_modification: true,
semver_formats: ["%M.%m.%p%s%d", "%M.%m", "%M"],
seed_example_data: true,
features: []
Expand Down

0 comments on commit f6463ec

Please sign in to comment.