Skip to content
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

feat: empty release to bump the latest tag #90

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

iliapolo
Copy link
Contributor

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:

npm error 403 403 Forbidden - PUT https://registry.npmjs.org/cdk-assets - You cannot publish over the previously published versions: 2.152.0.
npm error 403 In most cases, you or one of your dependencies are requesting
npm error 403 a package version that is forbidden by your security policy, or
npm error 403 on a server you do not have access to.

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.

@mergify mergify bot merged commit 50ee8d0 into v2-main Sep 19, 2024
7 checks passed
@mergify mergify bot deleted the epolon/bump-release-tag branch September 19, 2024 16:47
mergify bot pushed a commit that referenced this pull request Sep 19, 2024
One more like [this](#90) and were done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants