1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 02:21:32 +02:00

feat: support proxy configuration (#621)

support proxy configuration
This commit is contained in:
Julian Li
2022-11-09 13:03:38 +11:00
committed by GitHub
parent 27bceafeb6
commit 714f07f3ae
4 changed files with 24 additions and 4 deletions

View File

@@ -87,6 +87,7 @@ Automate releases with Conventional Commit Messages.
| `group-pull-request-title-pattern` | sets the manifest pull request title for when releasing multiple packages grouped together in the one pull request |
| `release-search-depth` | when searching for the latest release SHAs, only consider the last N releases |
| `commit-search-depth` | when fetching the list of commits to consider, only consider the last N commits |
| `proxy-server` | set proxy sever when you run this action behind a proxy. format is host:port e.g. proxy-host.com:8080 |
## GitHub credentials