gh-changelog 0.14.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.14.0 - 2023-05-12
Added
→ gh changelog get --help
Reads a changelog file and prints the result to stdout.
This command is useful for creating and updating Release notes in GitHub.
┌─────────────────────────────────────────────────────────────────────┐
│Example │
├─────────────────────────────────────────────────────────────────────┤
│ │
│→ gh changelog get --latest > release_notes.md │
│→ gh release create --title "Release v1.0.0" -F release_notes.md │
│ │
└─────────────────────────────────────────────────────────────────────┘