Prepare release 2.0.0
This commit is contained in:
parent
30dfbfdd8d
commit
c0f4101399
6
CHANGELOG.md
Normal file
6
CHANGELOG.md
Normal 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.
|
@ -128,6 +128,7 @@ jobs:
|
|||||||
To release this Action:
|
To release this Action:
|
||||||
|
|
||||||
- Bump version in `package.json`
|
- Bump version in `package.json`
|
||||||
|
- Create `CHANGELOG.md` entry
|
||||||
- `npm run all`
|
- `npm run all`
|
||||||
- `git commit -am <version>`
|
- `git commit -am <version>`
|
||||||
- `git tag -sm <version> <version>`
|
- `git tag -sm <version> <version>`
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "upload-release-action",
|
"name": "upload-release-action",
|
||||||
"version": "1.2.0",
|
"version": "2.0.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",
|
||||||
|
Loading…
Reference in New Issue
Block a user