Skip to content

Commit e485962

Browse files
Release: v2.2.0 (#377)
## What's Changed * Allow passing gcloudignore path and fix root computation by @sethvargo in #376 **Full Changelog**: v2.1.3...aa65d0a
1 parent aa65d0a commit e485962

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,12 @@ If `parent` is set to `false`, it wil be uploaded to `gs://bucket-name/folder2/f
300300
concurrency: '10'
301301
```
302302

303+
- <a name="gcloudignore_path"></a><a href="#user-content-gcloudignore_path"><code>gcloudignore_path</code></a>: _(Optional, default: `.gcloudignore`)_ Path to a gcloudignore file within the repository.
304+
305+
```yaml
306+
gcloudignore_path: '.gcloudignore.dev'
307+
```
308+
303309
- <a name="process_gcloudignore"></a><a href="#user-content-process_gcloudignore"><code>process_gcloudignore</code></a>: _(Optional, default: `true`)_ Process a `.gcloudignore` file present in the top-level of the repository.
304310
If true, the file is parsed and any filepaths that match are not uploaded
305311
to the storage bucket. To disable, set the value to false:

dist/index.js

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

0 commit comments

Comments
 (0)