Skip to content

Commit 50cea78

Browse files
chore: release 0.6.0 (#211)
1 parent 0fd7efc commit 50cea78

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.5.0...v0.6.0) (2022-01-31)
4+
5+
6+
### Features
7+
8+
* use getExecOutput for gcloud commands ([#208](https://www.github.com/google-github-actions/deploy-appengine/issues/208)) ([7a84f16](https://www.github.com/google-github-actions/deploy-appengine/commit/7a84f160eca91610f142e02372d96af4cec204e4))
9+
310
## [0.5.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.4.0...v0.5.0) (2021-12-07)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploy-appengine",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Github Action: Deploy to Google App Engine",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)