Skip to content

Releases: pulumi/pulumi-package-publisher

v0.0.21

16 Dec 09:07
696a0fe
Compare
Choose a tag to compare

What's Changed

  • fix(dotnet): flexible nuget package file by @omercnet in #42
  • Document artifact naming conventions by @t0yv0 in #41

New Contributors

Full Changelog: v0.0.20...v0.0.21

v0.0.20

26 Jul 17:28
1c0359b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.19...v0.0.20

v0.0.19

27 Jun 16:39
ecb7cac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.18...v0.0.19

v0.0.18

19 Jun 04:06
17d714b
Compare
Choose a tag to compare

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

06 Jun 20:22
d34ff1b
Compare
Choose a tag to compare

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

03 Jun 17:51
753b788
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.15...v0.0.16

v0.0.15

30 Apr 11:25
b3f007b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.14...v0.0.15

v0.0.14

14 Feb 00:23
4cbb25e
Compare
Choose a tag to compare

What's Changed

  • BREAKING Upgrade actions/download-artifact from v2 to v4 by @iwahbe in #23

To upgrade, you will need to simultaneously change the version of actions/upload-artifact from <4 to >=4.

Full Changelog: v0.0.13...v0.0.14

v0.0.13

28 Dec 13:48
5cf6574
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.12...v0.0.13

v0.0.12

11 Oct 22:52
39e3d5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12