Giter Site home page Giter Site logo

add handlebar helpers about auto-changelog HOT 7 CLOSED

cookpete avatar cookpete commented on June 17, 2024
add handlebar helpers

from auto-changelog.

Comments (7)

cookpete avatar cookpete commented on June 17, 2024 1

Published in 1.2.0

from auto-changelog.

cookpete avatar cookpete commented on June 17, 2024

What versioning software are you using? The commit URLs are built using the origin of the repo. BitBucket and GitLab are supported as well as GitHub. I'm happy to add support for more version control sites.

from auto-changelog.

MaxiSantos avatar MaxiSantos commented on June 17, 2024

We are using redmine as issue tracker and I'd like to see the redmine url. We are using git.

from auto-changelog.

cookpete avatar cookpete commented on June 17, 2024

What does a commit message look like that references a redmine issue? ie what hooks or regex patterns could be used to detect the issues?

from auto-changelog.

MaxiSantos avatar MaxiSantos commented on June 17, 2024

Would it be possible to add a configuration on

"auto-changelog": {
    "output": "HISTORY.md",
    "template": "keepachangelog",
    "unreleased": true,
    "commitLimit": false,
   "issueTrackerUrl": "path"
  }

[path]/#issueNumber

Then for getting the issue number I'm thinking in our team we can have a name convention like
Fix #5487: navbar was not showing after refresh.
Feature #8495: new signup flow with roles.

So the issue number would be between '#' and ':'... and it should match just the first occurrence in the commit message. We won't use any reference to redmine in the commit, just the issue number.

from auto-changelog.

cookpete avatar cookpete commented on June 17, 2024

How about something like --issue-url http://site.com/issue/{id} and then the existing support for closing issues using keywords covers your use case. Fix #5487 would be parsed as an issue fix and the issue-url config option could be used to link to Redmine.

from auto-changelog.

MaxiSantos avatar MaxiSantos commented on June 17, 2024

nice, the closing issues support sounds good. Thanks.

from auto-changelog.

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.