Prepare release 2.0.0

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 08:57:20 +02:00
parent 30dfbfdd8d
commit c0f4101399
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
3 changed files with 8 additions and 1 deletions

6
CHANGELOG.md Normal file
View File

@ -0,0 +1,6 @@
# Changelog
## [2.0.0] - 2020-07-03
- Add `prerelease` input parameter. Setting this marks the created release as a pre-release.
- Add `body` input parameter. Setting this sets the text content of the created release.
- Add `browser_download_url` output variable. This contains the publicly accessible download URL of the uploaded artifact.

View File

@ -128,6 +128,7 @@ jobs:
To release this Action:
- Bump version in `package.json`
- Create `CHANGELOG.md` entry
- `npm run all`
- `git commit -am <version>`
- `git tag -sm <version> <version>`

View File

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