Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.68 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.68 KB

🛠️ render

Renders a changelog.yaml as a markdown changelog section.

A new file CHANGELOG.partial.md will be created with the output of rendering changelog.yaml.

Example Usage

Example creating a RELEASE-NOTES.md file for a helm chart:

- name: Test generate changelog yaml
  uses: newrelic/release-toolkit/render@v1
- name: Create chart release notes
  run: |
    mv ${GITHUB_WORKSPACE}/CHANGELOG.partial.md ${GITHUB_WORKSPACE}/charts/my-chart/RELEASE-NOTES.md

Parameters

All parameters are optional and match the ones used for the cli command flag, you can see the values and the defaults in here)

Contributing

Standard policy and procedure across the New Relic GitHub organization.

Useful Links

Support

New Relic has open-sourced this project. This project is provided AS-IS WITHOUT WARRANTY OR DEDICATED SUPPORT. Issues and contributions should be reported to the project here on GitHub.

We encourage you to bring your experiences and questions to the Explorers Hub where our community members collaborate on solutions and new ideas.

License

release-toolkit is licensed under the Apache 2.0 License.

Disclaimer

This tool is provided by New Relic AS IS, without warranty of any kind. New Relic does not guarantee that the tool will: not cause any disruption to services or systems; provide results that are complete or 100% accurate; correct or cure any detected vulnerability; or provide specific remediation advice.