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: guanguans/ai-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.7
Choose a base ref
...
head repository: guanguans/ai-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.8
Choose a head ref
  • 10 commits
  • 6 files changed
  • 4 contributors

Commits on Jun 30, 2023

  1. Update CHANGELOG

    guanguans authored and github-actions[bot] committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3b21818 View commit details
    Browse the repository at this point in the history
  2. Bump to v1.6.7

    guanguans authored and github-actions[bot] committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    d070ec2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. chore(deps): bump trufflesecurity/trufflehog from 3.42.0 to 3.43.0

    Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.42.0 to 3.43.0.
    - [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
    - [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml)
    - [Commits](trufflesecurity/trufflehog@v3.42.0...v3.43.0)
    
    ---
    updated-dependencies:
    - dependency-name: trufflesecurity/trufflehog
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    dab332e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from guanguans/dependabot/github_actions/truff…

    …lesecurity/trufflehog-3.43.0
    
    chore(deps): bump trufflesecurity/trufflehog from 3.42.0 to 3.43.0
    github-actions[bot] authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    cc7884a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. chore(deps): bump trufflesecurity/trufflehog from 3.43.0 to 3.44.0

    Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.43.0 to 3.44.0.
    - [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
    - [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml)
    - [Commits](trufflesecurity/trufflehog@v3.43.0...v3.44.0)
    
    ---
    updated-dependencies:
    - dependency-name: trufflesecurity/trufflehog
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    521a20c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from guanguans/dependabot/github_actions/truff…

    …lesecurity/trufflehog-3.44.0
    
    chore(deps): bump trufflesecurity/trufflehog from 3.43.0 to 3.44.0
    github-actions[bot] authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b4ae236 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump pestphp/pest from 1.23.0 to 1.23.1

    Bumps [pestphp/pest](https://github.com/pestphp/pest) from 1.23.0 to 1.23.1.
    - [Release notes](https://github.com/pestphp/pest/releases)
    - [Changelog](https://github.com/pestphp/pest/blob/2.x/CHANGELOG.md)
    - [Commits](pestphp/pest@v1.23.0...v1.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: pestphp/pest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c48792b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30 from guanguans/dependabot/composer/pestphp/pes…

    …t-1.23.1
    
    chore(deps-dev): bump pestphp/pest from 1.23.0 to 1.23.1
    github-actions[bot] authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b8c3d8c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. feat(composer.json): add ai-commit-no-verify command

    - Add ai-commit-no-verify command to composer.json
    - Enables committing with the --no-verify option
    guanguans committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    c7ce189 View commit details
    Browse the repository at this point in the history
  2. fix(commands): Update commit success message

    - Change success message from 'Generate and commit messages have succeeded' to 'Generate and commit messages successfully'
    guanguans committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2f6d86e View commit details
    Browse the repository at this point in the history
Loading