Skip to content

Commit

Permalink
Release: v2.2.0 (#377)
Browse files Browse the repository at this point in the history
## What's Changed
* Allow passing gcloudignore path and fix root computation by @sethvargo
in
#376


**Full Changelog**:
v2.1.3...aa65d0a
  • Loading branch information
google-github-actions-bot authored Aug 26, 2024
1 parent aa65d0a commit e485962
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,12 @@ If `parent` is set to `false`, it wil be uploaded to `gs://bucket-name/folder2/f
concurrency: '10'
```

- <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.

```yaml
gcloudignore_path: '.gcloudignore.dev'
```

- <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.
If true, the file is parsed and any filepaths that match are not uploaded
to the storage bucket. To disable, set the value to false:
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upload-cloud-storage",
"version": "2.1.3",
"version": "2.2.0",
"description": "Upload to Google Cloud Storage (GCS)",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e485962

Please sign in to comment.