Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

64 lines (39 loc) · 2.68 KB

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.

1.1.1 - 2024-02-13

Documentation

  • #64 Add SECURITY.md file

Fixed

  • #68 Version is not shown when gh extension list

1.1.0 - 2024-01-16

Added

  • #58 Add kind/internal label to internal issue label in default config
  • #51 Add GitHub issue type label to the generated pull request

Documentation

  • #57 Add CLA signature requirement to contribute in CONTRIBUTING.md file

Fixed

  • #43 404 when accessing configuration link

1.0.0 - 2023-12-22

Added

  • #40 Add kind/dependency label to dependency issue label in default config
  • #20 Validate configuration
  • #18 Configuration file with comments
  • #9 Insecure TLS enabled by default

Dependencies

  • #41 Bump github.com/go-playground/validator/v10 to latest version
  • #38 Bump github.com/spf13/viper to latest version (v1.18.2)
  • #37 Bump github.com/spf13/cobra to latest version (v1.8.0)
  • #30 New release of go-gh

Refactored

  • #36 Update to go1.21.5 and replace golang.org/x/exp/slices with the slices in the std library
  • #11 Allow branch prefix with issue type mapping
  • #10 Extract interactive flag to a global level

Documentation

  • #15 Improve and update documentation