publib
publib copied to clipboard
A unified toolchain for publishing libraries to popular package managers (formally jsii-release)
### Problem NPM package can't be published with `publib` when 2FA is configured in the target NPM account. ### Details `npm publish` command used in `publib-npm` ([source](https://github.com/cdklabs/publib/blob/d5ac30071067aa38a10b661f62aa87d147bc46cd/bin/publib-npm#L75)) requires an `--opt`...
there's no way to dry-run publish npm packages, as this options is available in `publib-npm`
Hi there, As #1107 was introduced by a new minor update to a maven task run in the release process I was wondering what you would think of (optionally?) pinning...
Maven publishing is creating staging repositories even if the package version being released already exists in Maven. If there are a lot of such concurrent requests, this leads to Maven...
I'd like to use `npx publib-npm` in the pipeline with AWS CodeArtifact, however, it is not using credentials from ~/.npmrc ```aws codeartifact login --tool npm --repository commons --domain xxx --domain-owner...
Hello, While working with a monorepo setup I noticed the following bug in the `publib-npm` publisher. I currently have the following setup in a project: ``` root - node_modules -...
Running the release worfklow and publishing a Go module. The targeted github repo is empty, no commits. This results in an error. ``` warning: You appear to have cloned an...
Hello, I would like to publish a CDK package on Maven Central, but after reviewing the README of this library and seeking support from Sonatype (as I was unable to...