-
Notifications
You must be signed in to change notification settings - Fork 0
chore(release): Add release pipeline for TypeScript #138
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # Release | ||
|
|
||
| ## Release cycle | ||
|
|
||
| Upstream terraform provider: [terraform-provider-stackit](https://github.com/stackitcloud/terraform-provider-stackit) | ||
|
|
||
| This Pulumi provider will be updated as fast as possible to keep the delta between the Pulumi Bridge and the upstream Terraform provider small. | ||
| The release cycle of the Terraform provider is about every two weeks. Depending on the adjustments made it will take some time | ||
| to update the Pulumi provider as well. Examples needs to be added/adjusted, Unit tests and acceptance tests have to be added or adjusted accordingly. | ||
|
|
||
| The version of the Pulumi provider is the same as the one for the Terraform provider e.g. if the latest version of the Terraform provider is | ||
| `v0.70.0` the there will be a corresponding Pulumi version with `v0.70.0`. | ||
|
|
||
|
|
||
| ## Release creation | ||
|
|
||
| > [!IMPORTANT] | ||
| > Consider informing / syncing with the team before creating a new release. | ||
|
|
||
| 1. Check out latest main branch on your machine | ||
| 2. Create the following git tags: | ||
| - `VERSION="vX.X.X"; git tag "$VERSION" && git tag "provider/pkg/version/$VERSION" && git tag "provider/shim/$VERSION"` | ||
| 3. Push the git tag: `git push origin --tags` | ||
| 4. The [release pipeline](https://github.com/stackitcloud/pulumi-stackit/actions/workflows/release.yaml) will build the release and publish it on GitHub | ||
| 5. Ensure the release was created properly using the | ||
| - [GitHub releases page](https://github.com/stackitcloud/pulumi-stackit/releases) | ||
| - [Pulumi registry](https://www.pulumi.com/registry/packages) | ||
| 6. Ensure the packages where properly published (e.g. to npm) | ||
| - [npm](https://www.npmjs.com/) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.