Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rename to apitype.UpdateKind. #3805

Merged
merged 1 commit into from Jan 27, 2020
Merged

Add rename to apitype.UpdateKind. #3805

merged 1 commit into from Jan 27, 2020

Conversation

jkisk
Copy link
Contributor

@jkisk jkisk commented Jan 24, 2020

This addresses issue #3785

@jkisk jkisk requested a review from chrsmith January 24, 2020 23:30
@jkisk jkisk added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Jan 24, 2020
@@ -29,6 +29,8 @@ const (
PreviewUpdate UpdateKind = "preview"
// RefreshUpdate is an update that came from a refresh operation.
RefreshUpdate UpdateKind = "refresh"
// RenameUpdate is an update that changes the name of a Pulumi program.
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks good, but to be super clear, we should probably say "changes the stack name or project name of a Pulumi program." (As "name" could be ambiguous.)

@jkisk jkisk merged commit eee80de into master Jan 27, 2020
@pulumi-bot pulumi-bot deleted the jkinkead/updatekind-rename branch January 27, 2020 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants