Skip to content

don't update deployment status environment when empty#14

Merged
shouze merged 2 commits into
masterfrom
fix-deployment-status-environment
Sep 6, 2019
Merged

don't update deployment status environment when empty#14
shouze merged 2 commits into
masterfrom
fix-deployment-status-environment

Conversation

@shouze

@shouze shouze commented Sep 6, 2019

Copy link
Copy Markdown
Contributor

BREAKING CHANGE: auto merge is now false by default on deployment

@shouze shouze self-assigned this Sep 6, 2019
@shouze shouze added bug Something isn't working bc-break labels Sep 6, 2019
@shouze shouze requested a review from vibou September 6, 2019 13:47
Comment thread cmd/deployment.go
deployment.AddCommand(deploymentCreateCmd)
deploymentCreateCmd.PersistentFlags().StringP("task", "t", "deploy", "Specifies a task to execute (e.g., deploy or deploy:migrations).")
deploymentCreateCmd.PersistentFlags().BoolP("autoMerge", "a", true, "Attempts to automatically merge the default branch into the requested ref, if it's behind the default branch.")
deploymentCreateCmd.PersistentFlags().BoolP("autoMerge", "a", false, "Attempts to automatically merge the default branch into the requested ref, if it's behind the default branch.")

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💣 this is a BC BREAK, will justify to bump to 1.0.0

@vibou vibou left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@shouze shouze merged commit 8a719b6 into master Sep 6, 2019
@shouze shouze deleted the fix-deployment-status-environment branch September 6, 2019 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bc-break bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants