Skip to content

Commit da25989

Browse files
authored
feat(cdk-assets): release official GA (#172)
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
1 parent a30b38d commit da25989

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/release.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

-1
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,6 @@ const cdkAssets = configureProject(
627627
},
628628
],
629629
npmDistTag: 'v3-latest',
630-
prerelease: 'rc',
631630
majorVersion: 3,
632631

633632
jestOptions: jestOptionsForProject({

packages/cdk-assets/.projen/tasks.json

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)