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
- #64 Add
SECURITY.md
file
- #68 Version is not shown when gh extension list
1.1.0 - 2024-01-16
- #58 Add
kind/internal
label tointernal
issue label in default config - #51 Add GitHub issue type label to the generated pull request
- #57 Add CLA signature requirement to contribute in CONTRIBUTING.md file
- #43 404 when accessing configuration link
1.0.0 - 2023-12-22
- #40 Add
kind/dependency
label todependency
issue label in default config - #20 Validate configuration
- #18 Configuration file with comments
- #9 Insecure TLS enabled by default
- #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
- #36 Update to go1.21.5 and replace
golang.org/x/exp/slices
with theslices
in the std library - #11 Allow branch prefix with issue type mapping
- #10 Extract interactive flag to a global level
- #15 Improve and update documentation