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: sidedwards/auto-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.6
Choose a base ref
...
head repository: sidedwards/auto-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 24, 2024

  1. feat(main.ts): Add support for storing and loading commit styles

    - Added new functions to store and retrieve commit styles
      * Styles can be stored per-author or as a default
      * Styles are stored in the config directory
    - Updated main function to use stored styles
      * Learned styles are stored and used by default
      * Explicit format can still be specified via flags
    - Removed force-setting Conventional format in learning mode
    
    BREAKING CHANGE: The `--reset-format` flag has been removed. Use `--format` to explicitly set the commit format.
    sidedwards committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8badb3f View commit details
    Browse the repository at this point in the history
  2. docs(README.md): Update commit message format options

    - Add new commit format options: `repo` and `custom`
    - Explain the `--learn` and `--author` flags for learning repository and author-specific commit styles
    - Clarify that learned styles will be used for future commits unless overridden with `--format`
    
    BREAKING CHANGE: The `--learn` flag now supports both repository-wide and author-specific commit style learning. The learned styles will be used as the default format going forward.
    sidedwards committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3c717d0 View commit details
    Browse the repository at this point in the history
Loading