limited-rainbow-51650
07/07/2022, 7:39 AMuse new plugin download url format
https://github.com/pulumiverse/pulumi-sentry/releases/tag/v0.0.3-alpha.12%2B45b33055
However, I don’t see a commit where the download URL is changed in the schema. This line needs to be changed:
https://github.com/pulumiverse/pulumi-sentry/blob/main/provider/resources.go#L77handsome-candle-10543
07/07/2022, 7:39 AMlimited-rainbow-51650
07/07/2022, 7:40 AMmain
branch. Best not to release from a branch.handsome-candle-10543
07/07/2022, 7:42 AMlimited-rainbow-51650
07/07/2022, 7:44 AMInstalling
section of your readme.handsome-candle-10543
07/07/2022, 7:48 AMlimited-rainbow-51650
07/07/2022, 7:49 AMhandsome-candle-10543
07/07/2022, 7:53 AMlimited-rainbow-51650
07/07/2022, 8:54 AMCODEOWNERS
file in the repo and configure it as you see fit. If possible, add me for review if github actions are changed. I would like to work towards a consistent automated test & release process for all providers.
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-ownershandsome-candle-10543
07/07/2022, 9:15 AMlimited-rainbow-51650
07/07/2022, 11:14 AMmain
, so when the work in a branch/PR is done, you can rewrite your history on the branch before merge by running git rebase -i HEAD~3
. Change the 3
to the nr of commits you want to go back in the history of your branch. After rewriting, do a force push. I hope this is a good middle-ground for you.handsome-candle-10543
07/07/2022, 11:29 AM