Skip to content

Commit

Permalink
chore(ci): fix link in upgrade script (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Aug 24, 2023
1 parent 2aa8e48 commit ec3d46d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-cdktf.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projenrc/upgrade-cdktf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class UpgradeCDKTF {
"This PR initiates the upgrade of CDKTF from version `${{ steps.current_version.outputs.value }}` to version `${{ steps.latest_version.outputs.value }}`.",
"Unfortunately, not everything can be automated, and the following steps need to be completed manually:",
" ",
"- [ ] Update `@cdktf/provider-tfe` to a version compatible with `cdktf@${{ steps.latest_version.outputs.value }}` [here](https://github.com/cdktf/cdktf-multi-stack-tfe/blob/d354d32382b3aa20cdc28c332131d04b730623c0/.projenrc.ts#L36). Look up the version [here](https://github.com/cdktf/cdktf-provider-tfe/releases/).",
"- [ ] Update `@cdktf/provider-tfe` to a version compatible with `cdktf@${{ steps.latest_version.outputs.value }}` [here](https://github.com/cdktf/cdktf-multi-stack-tfe/blob/2aa8e48abe9dd9ccc6b3714403a2eea72eaf00b5/.projenrc.ts#L65). Look up the version [here](https://github.com/cdktf/cdktf-provider-tfe/releases/).",
"- [ ] Run `npx projen`",
" ",
"Please checkout this PR, complete the above steps, push the changes to this branch, and then mark this PR as ready for review to complete the upgrade. Thanks!",
Expand Down

0 comments on commit ec3d46d

Please sign in to comment.