This repository has been archived by the owner on Feb 19, 2023. It is now read-only.
Releases: udondan/jsii-publish
Releases · udondan/jsii-publish
v0.14.0
v0.12.0
Switch the base image to jsii/superchain.
v0.10.0
Adds 3 new parameters, which can be used to add cmd options:
- NPM_OPTIONS: Command options to append to the
npm publish
command - PYPI_OPTIONS: Command options to append to the
twine upload
command - NUGET_OPTIONS: Command options to append to the
dotnet nuget push
command
v0.8.3
- Now Wheel packages are pushed to PyPI. Previously only the .tgz source was pushed.
- Starting with this release, PR's now are tested via GitHub Workflow The test includes building and publishing of a minimal JSII package.
v0.8.2
- Adds primary container support in CircleCI
- Fixes Maven (GitHub) deploy in GitHub action
- Adds debug functionality to all publishers
v0.6.4
- adds debug option for mvn deploy
v0.6.3
- adds option to pass the github user
v0.6.2
Fixes username for publishing mvn
v0.6.0
- Adds support for Maven via GitHub packages
v0.5.1
- Makes the
VERSION
flag optional - Reduces image size by removing no longer required software and files