Code Monkey home page Code Monkey logo

Comments (6)

kminh avatar kminh commented on May 27, 2024

Is there an official way to override templates provided by this package?

from gitchangelog.

tuukkamustonen avatar tuukkamustonen commented on May 27, 2024

@kminh I recall I am disabling sectioning like this:

section_regexps = [
    ('', None)
]

Also I had problems with overriding the templates earlier. #36 is open related to that. Maybe @vaab could take another look at it (it's broken now, though...)?

from gitchangelog.

vaab avatar vaab commented on May 27, 2024

Yes, the defaults are the reference config file. You should really copy the whole reference file as a start if you want to change defaults. You can safely delete anything that you don't want to change. Your feedback catched my attention about this being unclear. Not sure yet how I'll tackle this (change needed, more doc needed ?). Feel free to suggest.

from gitchangelog.

tuukkamustonen avatar tuukkamustonen commented on May 27, 2024

@vaab Maybe just point out in the docs (or FAQ) that you can disable sectioning by:

section_regexps = [
    ('', None)
]

However, without sectioning, user probably also wants to see the new/fix/chg prefixes in each commit, so the default behavior of removing those needs to be also removed by specifying:

subject_process = (strip | ucfirst | final_dot)

from gitchangelog.

vaab avatar vaab commented on May 27, 2024

Ok, do you think this last commit will improve the situation ?

from gitchangelog.

tuukkamustonen avatar tuukkamustonen commented on May 27, 2024

Yeah that commit tackles the issue well. Thanks!

from gitchangelog.

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.