conventional-changelog-angular-redmine

1.1.2 • Public • Published

conventional-changelog angular redmine preset

Issues with the convention itself should be reported on the Angular issue tracker.

Angular Convention

Angular's commit message guidelines.

npm

NPM Package: conventional-changelog-angular-redmine

npm install conventional-changelog-angular-redmine --save-dev

Usage/Configuration

To use this conventional changelog you need to active it in the release.config.js of semantic-release. Make sure to correctly link your redmine installaion by replacing the finalizeContext function in release.config.js like this:

...
"generateNotes": {
        "preset": "angular-redmine",
        "writerOpts": {
            "finalizeContext": function (context, options, commits, keyCommit) {
                context.redmineBaseUrl = 'https://redmine.example.com';
                return context;
            }
        }
    },
    "plugins": [
        ...
        '@semantic-release/release-notes-generator',
        ...
    ]
...

Package Sidebar

Install

npm i conventional-changelog-angular-redmine

Weekly Downloads

1

Version

1.1.2

License

ISC

Unpacked Size

23.8 kB

Total Files

13

Last publish

Collaborators

  • amacado