-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support sequential-calls manifest field that disables concurren…
…cy when creating multiple pull requests or releases
- Loading branch information
Showing
3 changed files
with
60 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,6 @@ Extra options: | |
| `--draft-pull-request` | `boolean` | If set, create pull requests as drafts | | ||
| `--label` | `string` | Comma-separated list of labels to apply to the release pull requests. Defaults to `autorelease: pending` | | ||
| `--release-label` | `string` | Comma-separated list of labels to apply to the pull request after the release has been tagged. Defaults to `autorelease: tagged` | | ||
| `--skip-labeling` | `boolean` | If set, labels will not be applied to pull requests | | ||
| `--changelog-path` | `string` | Override the path to the managed CHANGELOG. Defaults to `CHANGELOG.md` | | ||
| `--changelog-type` | [`ChangelogType`](/docs/customizing.md#changelog-types) | Strategy for building the changelog contents. Defaults to `default` | | ||
| `--changelog-sections` | `string` | Comma-separated list of commit scopes to show in changelog headings | | ||
|
@@ -83,6 +82,7 @@ Extra options: | |
| ------ | ---- | ----------- | | ||
| `--config-file` | string | Override the path to the release-please config file. Defaults to `release-please-config.json` | | ||
| `--manifest-file` | string | Override the path to the release-please manifest file. Defaults to `.release-please-manifest.json` | | ||
| `--skip-labeling` | `boolean` | If set, labels will not be applied to pull requests | | ||
|
||
### Without a manifest config | ||
|
||
|
@@ -109,6 +109,7 @@ need to specify your release options: | |
| `--signoff` | string | Add [`Signed-off-by`](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) line at the end of the commit log message using the user and email provided. (format "Name \<[email protected]\>") | | ||
| `--extra-files` | `string[]` | Extra file paths for the release strategy to consider | | ||
| `--version-file` | `string` | Ruby only. Path to the `version.rb` file | | ||
| `--skip-labeling` | `boolean` | If set, labels will not be applied to pull requests | | ||
|
||
## Creating a release on GitHub | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters