Skip to content

Commit

Permalink
chore(release): v20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed Nov 30, 2020
1 parent 2b3ef16 commit 1940110
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
user=amondnet
project=vercel-action
future-release=v19.0.1+4
future-release=v20.0.0
since-tag=v2.0.3
enhancement-labels=Type: Enhancement,Type: Feature,Type: Improvement
bug-labels=Type: Bug
Expand Down
30 changes: 21 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
# Changelog

## [v19.0.1+4](https://github.com/amondnet/vercel-action/tree/v19.0.1+4) (2020-10-13)
## [v20.0.0](https://github.com/amondnet/vercel-action/tree/v20.0.0) (2020-11-30)

[Full Changelog](https://github.com/amondnet/vercel-action/compare/v19.0.1+3...v19.0.1+4)
[Full Changelog](https://github.com/amondnet/vercel-action/compare/v19.0.1+4...v20.0.0)

**Fixed bugs:**
**Implemented enhancements:**

- add support to pull\_request\_target event [\#47](https://github.com/amondnet/vercel-action/pull/47) ([nionis](https://github.com/nionis))

**Closed issues:**

- Error: ENOENT [\#51](https://github.com/amondnet/vercel-action/issues/51)
- Deployment is always done on the same branch refs/heads/develop [\#48](https://github.com/amondnet/vercel-action/issues/48)

**Merged pull requests:**

- chore\(README\): Update deployment script path [\#49](https://github.com/amondnet/vercel-action/pull/49) ([richardtapendium](https://github.com/richardtapendium))
- chore\(deps\): vercel cli v20.1.1 [\#41](https://github.com/amondnet/vercel-action/pull/41) ([amondnet](https://github.com/amondnet))

## [v19.0.1+4](https://github.com/amondnet/vercel-action/tree/v19.0.1+4) (2020-10-13)

- Getting errors after upgrading to vercel-action [\#4](https://github.com/amondnet/vercel-action/issues/4)
[Full Changelog](https://github.com/amondnet/vercel-action/compare/v19...v19.0.1+4)

**Closed issues:**

- `set-env` command is deprecated and will be disabled soon [\#42](https://github.com/amondnet/vercel-action/issues/42)
- Unable to find version [\#39](https://github.com/amondnet/vercel-action/issues/39)
- Difficulty adding multiple environment variables in vercel-args [\#38](https://github.com/amondnet/vercel-action/issues/38)
- Deployment never finish [\#32](https://github.com/amondnet/vercel-action/issues/32)
- Input required and not supplied: `${name}` [\#26](https://github.com/amondnet/vercel-action/issues/26)

**Merged pull requests:**

Expand All @@ -25,7 +35,7 @@

## [v19.0.1+3](https://github.com/amondnet/vercel-action/tree/v19.0.1+3) (2020-08-12)

[Full Changelog](https://github.com/amondnet/vercel-action/compare/v19...v19.0.1+3)
[Full Changelog](https://github.com/amondnet/vercel-action/compare/v19.0.1+2...v19.0.1+3)

**Fixed bugs:**

Expand All @@ -34,6 +44,8 @@

**Closed issues:**

- Deploy is failing [\#28](https://github.com/amondnet/vercel-action/issues/28)
- Not deploying to production [\#22](https://github.com/amondnet/vercel-action/issues/22)
- Alias does not incorporate scope [\#23](https://github.com/amondnet/vercel-action/issues/23)

**Merged pull requests:**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"email": "amond@amond.net",
"url": "https://amond.dev"
},
"version": "19.0.1+4",
"version": "20.0.0",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
Expand Down

4 comments on commit 1940110

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for zeit-now-deployment-action-example-static ready!

✅ Preview
https://zeit-now-deployment-action-example-static-3aukxqar9.vercel.app
https://master.static.vercel-action.amond.dev

Built with commit 1940110.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for team-scope-test ready!

✅ Preview
https://team-scope-test-g2xw8c1df.vercel.app

Built with commit 1940110.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for express-basic-auth ready!

✅ Preview
https://express-basic-auth-cfunxv0e9.vercel.app

Built with commit 1940110.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for zeit-now-deployment-action-example-angular ready!

✅ Preview
https://zeit-now-deployment-action-example-angular-gqg4vtcfk.vercel.app

Built with commit 1940110.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.