Socket
Book a DemoInstallSign in
Socket

conventional-changelog-angular-redmine

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog-angular-redmine

conventional-changelog angular redmine preset

1.1.2
latest
Source
npmnpm
Version published
Weekly downloads
6
Maintainers
1
Weekly downloads
 
Created
Source

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',
        ...
    ]
...

Keywords

conventional-changelog

FAQs

Package last updated on 22 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.