2.16.0 • Published 2 years ago

@batatinha-delivery/cz-conventional-changelog v2.16.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@batatinha-delivery/cz-conventional-changelog

This package provides an iFood adaptation to cz-conventional-changelog with the following extra features:

  • Adds JIRA issue prompt to fill the Jira issue
  • Automatically detects the Jira issue from the branch name

Getting started

  1. Install commitizen and @batatinha-delivery/cz-conventional-changelog:

    npm install commitizen @batatinha-delivery/cz-conventional-changelog -D
  2. Add configuration to .czrc or create a config.commitizen in the package.json

  • .czrc (as commitizen uses cosmiconfig, several other config files are valid too):

    {
      "path": "@batatinha-delivery/cz-conventional-changelog"
    }
  • package.json:

    {
      "config": {
        "commitizen": {
          "path": "@batatinha-delivery/cz-conventional-changelog"
        }
      }
    }

Commit message

Commit message will be generated in following format:

type(scope): [JIRA_ISSUE] Short description

Example

feat(conventional-changelog): [IFOOD-1234] Implement conventional changelog
2.15.0

2 years ago

2.16.0

2 years ago

2.13.0

2 years ago

2.14.0

2 years ago

2.11.0

2 years ago

2.3.0

2 years ago

2.12.0

2 years ago

2.10.0

2 years ago

2.7.0

2 years ago

2.6.0

2 years ago

2.9.0

2 years ago

2.8.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago