Skip to content

gh-changelog 0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 10:17
· 32 commits to main since this release
v0.14.0
ad5f72b

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

Full Changelog

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     │
│                                                                     │
└─────────────────────────────────────────────────────────────────────┘