Skip to content

Releases: ncipollo/release-action

v1.13.0

24 Aug 12:52
6c75be8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.13.0

v1.12.0

11 Dec 20:21

Choose a tag to compare

What's Changed

  • Add support for make_latest option when creating or updating a release by @ericcornelissen in #283
  • Dependency updates

New Contributor

Full Changelog: v1.11.2...v1.12.0

v1.11.2

11 Nov 19:23

Choose a tag to compare

  • Security updates
  • Adds support for skipIfReleaseExists

v1.11.1

04 Oct 16:45

Choose a tag to compare

Fixes artifact glob issue for windows machines.

Full Changelog: v1.11.0...v1.11.1

v1.11.0

02 Oct 21:56

Choose a tag to compare

#219 Add action input updateOnlyUnreleased. This will fail updates to releases which are not draft or prerelease.

1.10.1

02 Oct 19:30

Choose a tag to compare

Update node version & dependencies.

v1.10.0

31 Mar 21:39
58ae73b

Choose a tag to compare

  • Adds omitDraftDuringUpdate. This property allows you to avoid moving a release back to a draft if it's already been promoted to being a public (non-draft) release.
  • Dependency updates (fixes for security bulletins & general updates)

v1.9.0

26 Nov 22:01

Choose a tag to compare

Adds support for generate_release_notes.

v1.8.10

03 Oct 23:55

Choose a tag to compare

  • Update removeArtifacts logic so it runs even if you have no artifacts defined in the action.
  • Security and dependency updates.

v1.8.9

12 Sep 22:18

Choose a tag to compare

Adds the removeArtifacts input which will remove all exiting artifacts before uploading new ones.