Skip to content

Commit

Permalink
feat(cdk-assets): release official GA (#172)
Browse files Browse the repository at this point in the history
Remove the prerelease tag from `cdk-assets`. This tool is ready to be
used for real.

We are still releasing under the `v3-latest` tag, so CDK Pipelines users
won't automatically switch over to it just yet, but this is sending the
right signal about the tool's stability and fitness for purpose.

---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
  • Loading branch information
rix0rrr authored Feb 28, 2025
1 parent a30b38d commit da25989
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml

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

1 change: 0 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ const cdkAssets = configureProject(
},
],
npmDistTag: 'v3-latest',
prerelease: 'rc',
majorVersion: 3,

jestOptions: jestOptionsForProject({
Expand Down
3 changes: 1 addition & 2 deletions packages/cdk-assets/.projen/tasks.json

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

0 comments on commit da25989

Please sign in to comment.