yutaura/typescript-changeset-release-action
A GitHub Action to manage GitHub Action's release using changeset
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| auto-merge | A boolean value to indicate whether to auto-merge the pull request or not. Default to `false` | no | — |
| commit | The commit message. Default to `Version Action` | no | — |
| commit-message | The commit message. Default to `Version Action` | no | — |
| title | The pull request title. Default to `Release Action` | no | — |
| pr-title | The pull request title. Default to `Release Action` | no | — |
| setupGitUser | Sets up the git user for commits as `"github-actions[bot]"`. Default to `true` | no | — |
| setup-git-user | Sets up the git user for commits as `"github-actions[bot]"`. Default to `true` | no | — |
| createGithubReleases | A boolean value to indicate whether to create Github releases after `publish` or not | no | — |
| create-github-releases | A boolean value to indicate whether to create Github releases after `publish` or not | no | — |
| branch | Sets the branch in which the action will run. Default to `github.ref_name` if not provided | no | — |
Outputs
no outputs