Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: commitMessageLowerCase #20930

Merged
merged 12 commits into from May 13, 2023
Merged

feat: commitMessageLowerCase #20930

merged 12 commits into from May 13, 2023

Commits on Mar 14, 2023

  1. fix: Do not lowercase entire commit title

    Semantic-commits states, that only the first letter should be lowercased
    kingcrunch committed Mar 14, 2023
    Copy the full SHA
    d9faf55 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. feat: introduce new option to change case of titles

    BREAKING CHANGE: Before this change, the titles where all-lowercase when using
    `semanticCommits` (and kept as they were when not). After this change this
    must be explicitly set.
    kingcrunch committed Mar 18, 2023
    Copy the full SHA
    5072c16 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Copy the full SHA
    39184ef View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Copy the full SHA
    993f70d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. feat: Change commitMessageLowercase from bool to string

    according requirements, which suggests multiple options
    - auto
    - never
    - first (future)
    kingcrunch committed Mar 21, 2023
    Copy the full SHA
    3521ebc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b98a6c1 View commit details
    Browse the repository at this point in the history
  3. fix: After review

    kingcrunch committed Mar 21, 2023
    Copy the full SHA
    c7badf0 View commit details
    Browse the repository at this point in the history
  4. fix: Wording

    kingcrunch committed Mar 21, 2023
    Copy the full SHA
    c9e9e60 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. chore: apply suggestions from code review

    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    kingcrunch and viceice committed Apr 26, 2023
    Copy the full SHA
    f57f5ef View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Copy the full SHA
    996167c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    23d7b10 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. fix: alphabetical order

    kingcrunch committed May 12, 2023
    Copy the full SHA
    67a712f View commit details
    Browse the repository at this point in the history