Skip to content

Commit 121263a

Browse files
chore: release 0.2.0 (#6)
1 parent e656353 commit 121263a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [0.2.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.1.0...v0.2.0) (2020-11-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* transfer Cloud Run action (#1)
9+
10+
### Features
11+
12+
* add wait ([#7](https://www.github.com/google-github-actions/deploy-cloudrun/issues/7)) ([af80197](https://www.github.com/google-github-actions/deploy-cloudrun/commit/af80197d45a57e58031c68188979f7fcb2e63b82))
13+
* transfer Cloud Run action ([#1](https://www.github.com/google-github-actions/deploy-cloudrun/issues/1)) ([6928ef0](https://www.github.com/google-github-actions/deploy-cloudrun/commit/6928ef0afe589614373c7d6ccc6f1dd4b149f96f))
14+
* Update action desc ([#8](https://www.github.com/google-github-actions/deploy-cloudrun/issues/8)) ([b062ab9](https://www.github.com/google-github-actions/deploy-cloudrun/commit/b062ab9147fffb51a9c0f4f63090ccb37b884280))

package-lock.json

Lines changed: 1 addition & 1 deletion
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-cloudrun",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Github Action: Deploy to Google Cloud Run",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)