Releases: ncipollo/release-action
Releases · ncipollo/release-action
v1.10.0
- 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
Adds support for generate_release_notes
.
v1.8.10
- Update
removeArtifacts
logic so it runs even if you have no artifacts defined in the action. - Security and dependency updates.
v1.8.9
Adds the removeArtifacts
input which will remove all exiting artifacts before uploading new ones.
v1.8.8
The token input will now default to github.token
if it's omitted (#104).
v1.8.7
- Update dependencies.
- Add option to ignore prerelease on update (#96)
v1.8.6
Add artifact validation which check to ensure it's not a directory
v1.8.5
Adds action outputs (release id, http url, and upload url).
v1.8.4
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
Fixes #37 Add discussion category action argument.