You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,14 @@ The version of the Pulumi provider is the same as the one for the Terraform prov
18
18
> Consider informing / syncing with the team before creating a new release.
19
19
20
20
1. Check out latest main branch on your machine
21
-
2. Create the following git tags:
21
+
2. Update the project tools:
22
+
-`make project-tools`
23
+
3. Create the following git tags:
22
24
-`VERSION="vX.X.X"; git tag "$VERSION" && git tag "provider/pkg/version/$VERSION" && git tag "provider/shim/$VERSION"`
23
-
3. Push the git tag: `git push origin --tags`
24
-
4. The [release pipeline](https://github.com/stackitcloud/pulumi-stackit/actions/workflows/release.yaml) will build the release and publish it on GitHub
25
-
5. Ensure the release was created properly using the
25
+
4. Push the git tag: `git push origin --tags`
26
+
5. The [release pipeline](https://github.com/stackitcloud/pulumi-stackit/actions/workflows/release.yaml) will build the release and publish it on GitHub
27
+
6. Ensure the release was created properly using the
0 commit comments