Skip to content

Releases: ncipollo/release-action

v1.10.0

31 Mar 21:39
58ae73b
Compare
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
Compare
Choose a tag to compare

Adds support for generate_release_notes.

v1.8.10

03 Oct 23:55
Compare
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
Compare
Choose a tag to compare

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

v1.8.8

06 Aug 18:59
Compare
Choose a tag to compare

The token input will now default to github.token if it's omitted (#104).

v1.8.7

05 Aug 21:08
Compare
Choose a tag to compare
  • Update dependencies.
  • Add option to ignore prerelease on update (#96)

v1.8.6

24 May 15:28
Compare
Choose a tag to compare

Add artifact validation which check to ensure it's not a directory

v1.8.5

12 May 16:09
Compare
Choose a tag to compare

Adds action outputs (release id, http url, and upload url).

v1.8.4

15 Apr 17:57
Compare
Choose a tag to compare

Adds pagination to the list assets call, so the action will no longer fail to update if there are > 30 assets. Thanks @ph1ll !

v1.8.3

07 Apr 21:58
Compare
Choose a tag to compare

Fixes #37 Add discussion category action argument.