This commit is contained in:
Sven-Hendrik Haase 2023-07-28 18:36:49 +02:00
parent 5206d34958
commit 6e417fa296
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
## [2.7.0] - 2023-07-28
- Allow setting an explicit target_commitish [#46](https://github.com/svenstaro/upload-release-action/pull/46) (thanks @Spikatrix)
## [2.6.1] - 2023-05-31 ## [2.6.1] - 2023-05-31
- Do not overwrite body or name if empty [#108](https://github.com/svenstaro/upload-release-action/pull/108) (thanks @regevbr) - Do not overwrite body or name if empty [#108](https://github.com/svenstaro/upload-release-action/pull/108) (thanks @regevbr)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "upload-release-action", "name": "upload-release-action",
"version": "2.6.1", "version": "2.7.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "upload-release-action", "name": "upload-release-action",
"version": "2.6.1", "version": "2.7.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "upload-release-action", "name": "upload-release-action",
"version": "2.6.1", "version": "2.7.0",
"private": true, "private": true,
"description": "Upload files to a GitHub release", "description": "Upload files to a GitHub release",
"main": "lib/main.js", "main": "lib/main.js",