Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shipengqi/commitizen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.5
Choose a base ref
...
head repository: shipengqi/commitizen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 4 commits
  • 4 files changed
  • 4 contributors

Commits on Nov 21, 2024

  1. chore(deps): bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#104)

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.21.0 to 2.22.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.21.0...v2.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4712cfa View commit details
    Browse the repository at this point in the history
  2. Added XDG Base Directory support (#103)

    * feat(config.go): xdg base directory support
    
    Added support for XDG Base Directory.  If the XDG_CONFIG_HOME environment variable is set, look in the XDG_CONFIG_HOME/commitizen directory for the .czrc configuration file.  The order of operation is, look in the current repo directory, then user's home directory, and the XDG_CONFIG_HOME/commitizen directory.  If no configuration file is found, look in ~/.config/commitizen.
    
    * Updated README.md to reflect previous changes.
    
    ---------
    
    Co-authored-by: Jeff Lanzarotta <[email protected]>
    jlanzarotta and Jeff Lanzarotta authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    88d14d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63e6388 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32b17d6 View commit details
    Browse the repository at this point in the history
Loading