-
Notifications
You must be signed in to change notification settings - Fork 7
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
Updating release procedure #480
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
CHANGELOG.md
Outdated
|
||
### Improvements | ||
|
||
- Added secret support for all fields in DeploymentSettings [#419](https://github.com/pulumi/pulumi-pulumiservice/issues/419) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh, it seems like I'm just noticing this, but the CHANGELOG should link to the PRs that fix the issues instead of the issues themselves. Let's fix it for this one and going forward.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to have PR links instead, but now that I think of it, how can you link to a PR that doesn't exist until the change? 🤔
Like, I make an edit, add a line to CHANGELOG, but where do I link? I guess can predict the number based on latest, but yeah
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I usually do a new commit for the changelog once I open the PR and know what the number is
cce9c1e
to
4ba38d7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #480 +/- ##
===========================
===========================
☔ View full report in Codecov by Sentry. |
Summary
Testing