ahaodev/PMS Releaser
Generate changelog and upload release artifacts to a release system
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file_path | Path to the release artifact file | yes | — |
| version | Release version (e.g., v1.0.0). Defaults to the tag name when running on a tag push. | yes | — |
| project_name | Project name in the release system | yes | — |
| package_name | Package name within the project | yes | — |
| artifact_name | Name of the artifact (defaults to the filename) | no | "" |
| os | Target OS/platform (default: android) | no | android |
| arch | Target architecture (default: universal) | no | universal |
| access_token | Release system access token | yes | — |
| release_url | Release system API endpoint URL | yes | — |
Outputs
no outputs