Releases: pulumi/pulumi-package-publisher
Releases · pulumi/pulumi-package-publisher
v0.0.21
v0.0.20
v0.0.19
What's Changed
- BREAKING: Remove installing tools by @danielrbradley in #32
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- Skip duplicate packages during publish step by @guineveresaenger in #29
- Add assertPrerelease option to stop releases outside of release.yml by @iwahbe in #30
Full Changelog: v0.0.17...v0.0.18
v0.0.17
BREAKING CHANGES
This release requires all language versions to be inputs to this Action:
name: Publish SDKs
uses: pulumi/[email protected]
with:
sdk: all
version: ${{ steps.version.outputs.version }}
java-version: "11"
node-version: "20.x"
python-version: "3.11.8"
dotnet-version: "6.0.x"
v0.0.16
What's Changed
- Catch dotnet publish failures by @VenelinMartinov in #26
New Contributors
- @VenelinMartinov made their first contribution in #26
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
- BREAKING CHANGE: Use explicit version for release by @danielrbradley in #24
New Contributors
- @danielrbradley made their first contribution in #24
Full Changelog: v0.0.14...v0.0.15