meetic-julienneuhart/E2P Action Create Release
GitHub Action that generates version files, CHANGELOG.md and GitHub releases based on the Git history and commit messages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token | yes | ${{ github.token }} |
| version | The version to release | yes | — |
| update_npm_package | Update the npm package version | — | false |
| npm_package_root_dir | Root directory of the npm package | — | "" |
| update_csproj | Update the .csproj files | — | false |
| csproj_root_dir | Root directory of the .csproj files | — | "" |
| update_version_sbt | Update the version.sbt file | — | false |
| version_sbt_root_dir | Root directory of the version.sbt file | — | "" |
| update_helm_chart | Update the Chart.yaml file | — | false |
| helm_chart_root_dir | Root directory of the Chart.yaml file | — | "" |
Outputs
no outputs