Skip to content

Latest commit

 

History

History
86 lines (54 loc) · 3.86 KB

CHANGELOG.md

File metadata and controls

86 lines (54 loc) · 3.86 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.2.0 - 2024-06-11

Added

  • #94 Branch naming not working for types other than feature
  • #93 Branch Name Length Control Configurable
  • #82 Add REUSE Compliance workflow

Refactored

  • #91 Refactor flow and extract nested functionality
  • #90 Refactor domain issue and avoid injection
  • #86 Use fakes instead of mocks for use case tests

Fixed

  • #95 Cannot create pull request if remote branch already exists
  • #88 Pull Request ID as Issue ID
  • #81 Prevent pushing local branch if remote branch already exists with the same name
  • #79 Warns about duplicated branches but that's not the case

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