domoticasw/semantic-release
DomoticASW semantic release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 11, 2025
- License
- LGPL
Pinned Snippet
uses: domoticasw/semantic-release@cb7e5117277891eef5d4199af16c487e60616ad8 # 4.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| PAT | PAT able to bypass branch protection rules for pushing tags | yes | — |
| GITHUB_TOKEN | Github token for releasing | yes | — |
| NPM_TOKEN | NPM token token for releasing under domoticasw organization | yes | — |
Outputs
| name | description |
|---|---|
| new-release-published | Whether a new release was published (needs semantic-release-export-data plugin) |
| new-release-version | Version of the new release (needs semantic-release-export-data plugin) |