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
A release should be created at least every 2 weeks.
6
+
7
+
## Release creation
8
+
9
+
> [!IMPORTANT]
10
+
> Consider informing / syncing with the team before creating a new release.
11
+
12
+
1. Check out latest main branch on your machine
13
+
2. Create the following git tags:
14
+
-`git tag provider/pkg/version/vX.X.X`
15
+
-`git tag provider/shim/vX.X.X`
16
+
-`git tag vX.X.X`
17
+
3. Push the git tag: `git push origin --tags`
18
+
4. The [release pipeline](https://github.com/stackitcloud/pulumi-stackit/actions/workflows/release.yaml) will build the release and publish it on GitHub
19
+
5. Ensure the release was created properly using the
0 commit comments