Skip to content

Commit 91901ce

Browse files
chore: release 0.4.0 (#38)
1 parent 8d1cf6d commit 91901ce

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.4.0](https://www.github.com/google-github-actions/upload-cloud-storage/compare/v0.3.0...v0.4.0) (2021-08-09)
4+
5+
6+
### Features
7+
8+
* Add support for configuring resumable uploads ([#34](https://www.github.com/google-github-actions/upload-cloud-storage/issues/34)) ([#36](https://www.github.com/google-github-actions/upload-cloud-storage/issues/36)) ([6623911](https://www.github.com/google-github-actions/upload-cloud-storage/commit/6623911abca8aa04b7e1b453c5bd4c8544cb0811))
9+
* Refactor action to support upload at root, glob matching ([#33](https://www.github.com/google-github-actions/upload-cloud-storage/issues/33)) ([a789c2a](https://www.github.com/google-github-actions/upload-cloud-storage/commit/a789c2a53adaa50b68f34fe3bfa2cf7b08585b71))
10+
11+
12+
### Bug Fixes
13+
14+
* add docs for resumable ([#54](https://www.github.com/google-github-actions/upload-cloud-storage/issues/54)) ([3bcc856](https://www.github.com/google-github-actions/upload-cloud-storage/commit/3bcc856858d4ef496631306d8ffe071d6e8d013d))
15+
* skip setup/teardown without auth ([#55](https://www.github.com/google-github-actions/upload-cloud-storage/issues/55)) ([a518f71](https://www.github.com/google-github-actions/upload-cloud-storage/commit/a518f71a726853dbf7be97b32c48a37d62139b15))
16+
317
## [0.3.0](https://www.github.com/google-github-actions/upload-cloud-storage/compare/v0.2.1...v0.3.0) (2021-05-26)
418

519

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": "upload-cloud-storage",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Upload to Google Cloud Storage (GCS)",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)