Skip to content

Commit 7253199

Browse files
Document the branch and prBranchSuffix inputs
1 parent ce499a0 commit 7253199

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This action for [Changesets](https://github.com/changesets/changesets) creates a
1414
- createGithubReleases - A boolean value to indicate whether to create Github releases after `publish` or not. Default to `true`
1515
- commitMode - Specifies the commit mode. Use `"git-cli"` to push changes using the Git CLI, or `"github-api"` to push changes via the GitHub API. When using `"github-api"`, all commits and tags are GPG-signed and attributed to the user or app who owns the `GITHUB_TOKEN`. Default to `git-cli`.
1616
- cwd - Changes node's `process.cwd()` if the project is not located on the root. Default to `process.cwd()`
17+
- branch - Sets the branch in which the action will run. Default to `github.ref_name`
18+
- prBranchSuffix - The suffix to include after `changeset-release/` in the PR branch. Defaults to the `branch` variable.
1719

1820
### Outputs
1921

0 commit comments

Comments
 (0)