hasundue/Denomantic Release
Semantic release for Deno project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| script | path to cli.ts | yes | https://deno.land/x/denomantic_release@0.10.3/cli.ts |
| repository | target repository | yes | ${{ github.repository }} |
| token | GitHub access token authorized to run workflows | yes | ${{ github.token }} |
| draft | if drafting a release | no | false |
| dry-run | do not actually create a release | no | false |
| assets | paths for assets to be uploaded | no | — |
| denopendabot | running mode of denopendabot ('action', 'app', or 'disabled') | yes | action |
Outputs
| name | description |
|---|---|
| version | version of the release to be created |
| needs_update | true if version numbers should be updated before release |
| released | release_id if created |