micrometer-metrics/Micrometer Release Docker Action
A GitHub Action that runs a Java application using Docker to do release / post release tasks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gh_token | GitHub Token for authentication | yes | — |
| changelog_generator_version | Spring GitHub Changelog Generator version (https://github.com/spring-io/github-changelog-generator/) | no | "" |
| github_repository | GitHub repository (auto-detected from build) | no | ${{ github.repository }} |
| previous_ref_name | [SINGLE PROJECT] Previous release version in this train (e.g.v1.14.8) | no | "" |
| context_propagation_versions | [TRAIN] Comma separated list of context propagation versions (e.g. 1.0.0,1.1.0,1.1.0) | no | "" |
| micrometer_versions | [TRAIN] Comma separated list of micrometer versions (e.g. 1.13.2,1.14.8,1.15.9) | no | "" |
| tracing_versions | [TRAIN] Comma separated list of context micrometer tracing versions (e.g. 1.5.0,1.6.0,1.7.0) | no | "" |
| docs_gen_versions | [TRAIN] Comma separated list of context micrometer docs generator versions (e.g. 1.0.0,1.1.0,1.2.0) | no | "" |
| spring_release_gchat_webhook_url | URL to GChat to post notifications about the release | no | — |
| bluesky_handle | Bluesky handle where release notification will be posted | no | — |
| bluesky_password | Bluesky handle password | no | — |
| circle_ci_token | Circle CI Token to query for build status | no | — |
| meta_release_enabled | Is this a meta-release (all projects with versions should be released?) | no | false |
Outputs
no outputs