Releases: svenstaro/upload-release-action
Releases · svenstaro/upload-release-action
2.9.0
2.8.0
- Bump all deps
- Update to node 20
2.7.0
- Allow setting an explicit target_commitish #46 (thanks @Spikatrix)
2.6.1
2.6.0
- Add
make_latest
input parameter. Can be set tofalse
to prevent the created release from being marked as the latest release for the repository #100 (thanks @brandonkelly) - Don't try to upload empty files #102 (thanks @Loyalsoldier)
- Bump all deps #105
overwrite
option also overwrites name and body #106 (thanks @regevbr)- Add
promote
option to allow prereleases to be promoted #74 (thanks @regevbr)
2.5.0
- Add retry to upload release #96 (thanks @sonphantrung)
2.4.1
- Modernize octokit usage
2.4.0
- Update to node 16
- Bump most dependencies
2.3.0
- Now defaults
repo_token
to${{ github.token }}
andtag
to${{ github.ref }}
#69 (thanks @leighmcculloch)