Skip to content

Commit

Permalink
build: also need to escape newline (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Dec 2, 2020
1 parent 25aee1a commit 76425d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/release-please/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ npm run test:snap

## Contributing

If you have suggestions for how release-please could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
If you have suggestions for how release-please could be improved, or want to
report a bug, open an issue! We'd love all and any contributions.

For more, check out the [Contributing Guide](CONTRIBUTING.md).

Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-function.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ fi
gcloud tasks queues ${verb} "${queueName}" \
--max-concurrent-dispatches="2048" \
--max-attempts="100" \
--max-retry-duration="43200s"
--max-retry-duration="43200s" \
--max-dispatches-per-second="500"

0 comments on commit 76425d2

Please sign in to comment.