Skip to content

Releases: chelnak/gh-changelog

gh-changelog 0.15.3

03 May 17:29
v0.15.3
2ed3c46
Compare
Choose a tag to compare

Changelog

  • 6667c92 Fix get latest panic on single entry changelog
  • dad43c2 Merge pull request #151 from h0tw1r3/panic/148
  • 2ed3c46 Merge pull request #152 from chelnak/create-pull-request/patch
  • d196ad9 automated changelog generation

gh-changelog 0.15.2

03 May 12:59
v0.15.2
74c5093
Compare
Choose a tag to compare

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.

0.15.2 - 2024-05-03

Full Changelog

Fixed

  • Fix panic when parsing unreleased entries #149 (chelnak)
  • Fix no previous tag when using get cmd #148 (h0tw1r3)
  • Add missing line between "Changed" title and list #146 (smortex)

gh-changelog 0.15.1

09 Oct 15:40
v0.15.1
c928ca7
Compare
Choose a tag to compare

Changelog

  • e695888 Fixing the tests
  • c928ca7 Merge pull request #142 from Ramesh7/bug-fixing-repo_name-repo_owner-toggle
  • 0983204 bugfix: Release creation togglling RepoName & RepoOwner

gh-changelog 0.15.0

01 Oct 09:08
v0.15.0
31bc3a1
Compare
Choose a tag to compare

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.

0.15.0 - 2023-10-01

Full Changelog

Added

gh-changelog 0.14.0

12 May 10:17
v0.14.0
ad5f72b
Compare
Choose a tag to compare

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

gh-changelog 0.13.1

25 Apr 10:58
v0.13.1
c70ea4e
Compare
Choose a tag to compare

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.13.1 - 2023-04-25

Full Changelog

Fixed

gh-changelog 0.13.0

15 Apr 14:50
v0.13.0
2dbf77d
Compare
Choose a tag to compare

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.13.0 - 2023-04-15

Full Changelog

Added

❓ For more information about secure credentials in gh-cli and how impact this and other extensions, check out this link.

gh-changelog 0.12.1

12 Apr 08:58
v0.12.1
84b8952
Compare
Choose a tag to compare

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.12.1 - 2023-04-12

Full Changelog

Fixed

gh-changelog 0.12.0

11 Apr 15:58
v0.12.0
dbd9ae8
Compare
Choose a tag to compare

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.12.0 - 2023-04-11

Full Changelog

Added

Fixed

gh-changelog 0.11.0

01 Dec 12:34
b3888e7
Compare
Choose a tag to compare

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.11.0 - 2022-12-01

Full Changelog

Added

Fixed

  • Fix usage on repositories without tags #114 (chelnak)

Other