actions-marketplace-validations/Treewaredebug
Generates a categorized changelog and releases your prod or beta.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 3, 2023
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/firefinchdev_treewaredebug@91b2e19b6577ef38aabedc796ddcdde8fc283753 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| drafter_path | Path to the drafter file | no | drafter.yml |
| prod_branch | Production branch of the repo | no | "" |
| should_release | Should release a new version? | no | false |
| should_update_release | Should update an existing GitHub release? | no | false |
| version_name | Version name of the upcoming release | no | "" |
| is_beta | Is this a beta release? | no | false |
| beta_branch | Beta branch of the repo for release | no | "" |
| assets | Path to the assets, separated by comma | no | "" |
| target_commitish | Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. | no | "" |
| is_prerelease | Is this a prerelease? | no | false |
| is_draft | Is this just a draft of the release? | no | false |
| extra_release_note | Extra note to add in the GitHub release notes | no | "" |
| slack_workspace_id | Slack workspace ID for communication | no | "" |
| slack_channel_id | Slack channel ID for communication | no | "" |
| slack_webhook_id | Slack webhook ID for communication | no | "" |
| title_observer_section | Section that needs to be used for title in changelogs, by default it uses PR title | no | "" |
Outputs
| name | description |
|---|---|
| changelogs | Categorized changelogs based on labels, value present only if should_update_release is false |
| upload_url | The assets upload URL to the GitHub release |
| release_url | The URL to the GitHub release |