micro-apps
1.0.0
1.0.0
  • Introduction
  • Getting Started
    • Why
    • Hot it Works
    • Installation
    • Usage
  • Concepts
    • Introduction
    • Release
    • Versioning
    • Monorepos
  • Advanced
    • GitOps
    • Gradle
    • Makefile
    • Jenkins
    • Github Actions
  • Dev Ops
    • Keycloak
  • Recipes
    • Recipe 1
    • Recipe 2
  • Change Log
  • FAQ
Powered by GitBook
On this page

Was this helpful?

FAQ

  • How to get commitizen and cz-conventional-changelog work for non-node-git-repo?

    You can get commitizen and cz-conventional-changelog work for non-node-git-repo with global installation. Here are the steps that I have followed.

    yarn global add commitizen cz-conventional-changelog
    echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc; # will create .czrc
    cd non-node-git-repo
    touch foo
    git cz -a
PreviousChange Log

Last updated 5 years ago

Was this helpful?