feat: empty release to bump the latest tag #90
Merged
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.
Ok this is a weird one. The latest release in this repo is 2.152.0, but version 2.153.0 also exist on NPM.
This is because there was a time window where
cdk-assets
was still being published from aws-cdk, even though its code was already authored in this repo. So what happens now is that releases in this repo don't actually get published to NPM:The first version where
cdk-assets
was no longer published from aws-cdk is 2.154.0, so in order to get this repo publishing normally, we need to perform two "empty release" to catch up the version number. Luckily its just 2 so lets do it manually.