2.1.0 • Published 5 years ago

cz-changelog-peakfijn v2.1.0

Weekly downloads
95
License
MIT
Repository
github
Last release
5 years ago

Commitizen cz-cli - Peakfijn

A Commitizen cz-cli adapter for Commitlint configurations. This also includes some bias for Peakfijn commit types.

Questions

This adapter asks for questions mostly based on Commitlint rules type-enum, scope-empty and scope-enum. It will automatically load the configuration, enable or disable specific questions and validate the final built commit. When it the resulting commit doesn't meet required Commitlint configuration, it will display all violating errors and warnings.

1. What is the most appropriate change type? (in priority)

This question fills the <type>-part of the commit, within the <header>. It requires rule type-enum to be enabled and filled with enums. When an enum is matched from commit-types-peakfijn, the summary of the type will be appended.

2. What is the scope of this change?

This question fills the <scope>-part of the commit. It requires rule scope-empty to be disabled or not-enforcing empty. When the scope may be empty, a --- none --- option is added to the list. Also if scope-enum is enabled, all defined enums are added to the list.

3. Write a short description of the change: (imperative tense, no punctuation)

This question fills the <subject>-part of the commit. There are no conditions or restrictions to this question.

4. Provide a longer description of the change: (press enter to skip)

This question fills the <body>-part of the commit. There are no conditions or restrictions to this question.

5. Provide any (external) references, separated by a space: (press enter to skip)

This question fills the <footer>-part of the commit. There are no conditions or restrictions to this question.

Usage

After installing the configuration, you need to update the package.json to include a commitizen config property.

{
    "config": {
        "commitizen": {
            "path": "cz-changelog-peakfijn"
        }
    }
}

License

The MIT License (MIT). Please see License File for more information.

2.1.0

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-rc.3

5 years ago

1.0.0-rc.2

5 years ago

1.0.0-rc.1

5 years ago

1.0.0-rc.0

5 years ago

0.8.3

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago