pwshrc/Generate Release Notes
Generates release notes based upon version information for the current context.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | One of 'upload' or 'download'. | yes | — |
| github_token | The token used to communicate with GitHub. | yes | — |
| releasenotesmd-name | The name of the file which will contain the release notes. | yes | release-notes.md |
| releasenotesmd-artifact-name | The name of the artifact which will contain the release notes. | yes | release-notes |
| releasenotesmd-path | The path of the directory containing the release notes file. | yes | ./out |
| versionjson-name | The name of the JSON file containing the generated version information. | yes | version.json |
| versionjson-artifact-name | The name of the artifact which contains the JSON file of the generated version information. | yes | version-json |
| versionjson-path | The path of the directory containing the JSON file of the generated version information. | yes | ./out |
Outputs
| name | description |
|---|---|
| releasenotesmd-content | The content of the release notes. |
| releasenotesmd-name | The name of the file which will contain the release notes. |
| releasenotesmd-artifact-name | The name of the artifact which will contain the release notes. |
| releasenotesmd-filepath | The path to the file containing the release notes. |
| versionjson-name | The name of the JSON file containing the generated version information. |
| versionjson-artifact-name | The name of the artifact which contains the JSON file of the generated version information. |
| versionjson-path | The path of the directory containing the JSON file of the generated version information. |
| versionjson-filepath | The path to the file containing the version information. |