huacnlee/bump-zed-extension
Bump Zed Extension after a new release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| extension-name | The name of the Zed Extension (defaults to lower-cased repository name) | — | — |
| extension-path | The path to the Zed Extension in zed/extensions repo (defaults to `extensions/<extension-name>`) | — | — |
| tag | Git tag name to use for the extension update (defaults to the currently pushed tag) | — | — |
| commit-message | The git commit message template to use when updating the formula | — | Update {{extensionName}} to v{{version}} Release notes: https://github.com/{{owner}}/{{repo}}/releases/tag/{{tag}} |
| create-pullrequest | Set to a boolean value to either force or prohibit making a pull request to zed/extensions | — | — |
| zed-extensions | The repository where the extension should be updated | — | zed-industries/extensions |
| push-to | An existing fork of the homebrew-tap repository where the edit should be pushed to (defaults to creating or reusing a personal fork) | — | — |
Outputs
| name | description |
|---|---|
| pull-request-number | The number of the pull request that was created |