Giter Club home page Giter Club logo

Comments (3)

orhun avatar orhun commented on September 8, 2024 1

However, I pushed e1da611 which means you can now achieve this with conventional commits.

git log:

commit 1121b3d2ba38486357fd3bc9d7aca966f3e29ea8
Author: Orhun Parmaksız <[email protected]>
Date:   Sat Feb 5 15:56:15 2022 +0300

    feat: banana

commit 834a6dde62863086d9c16b2acd2c45204f39ca3d
Author: Orhun Parmaksız <[email protected]>
Date:   Sat Feb 5 15:56:10 2022 +0300

    feat: camel
    
    apple

commit 1ffbf40bcf9102cb5c83bb32b7016dd26438932b
Author: Orhun Parmaksız <[email protected]>
Date:   Sat Feb 5 15:55:46 2022 +0300

    feat: apple

cliff.toml:

conventional_commits = true
filter_unconventional = true
commit_parsers = [
    { message = "feat: apple", group = "Apple"},
    { body = "banana", group = "Banana"},
]
filter_commits = true

Changelog result:

# Changelog
All notable changes to this project will be documented in this file.

## [unreleased]

### Apple

- Apple

<!-- generated by git-cliff -->

from git-cliff.

hituzi-no-sippo avatar hituzi-no-sippo commented on September 8, 2024 1

See the context for non-conventional commits.

Oh, I missed that.

However, I pushed e1da611 which means you can now achieve this with conventional commits.

Good job 👍

I've checked.
Thank you 😄

from git-cliff.

orhun avatar orhun commented on September 8, 2024

Hello! Unfortunately, this is not possible due to conventional_commits being set to false. When you specify this, git-cliff cannot differentiate between "message" and "body". See the context for non-conventional commits.

from git-cliff.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.