Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make entry point executable #76

Merged
merged 1 commit into from
Apr 4, 2019
Merged

Conversation

leonardoanalista
Copy link
Member

Allow and document a second config option:

Options 1

  • as it is today

Options 2 (new)

Standalne - No Changes to your git repository*. This is suitable when your team is not ready to roll cz-customizable across all teams but you still would like to use it for your own commits, no matter the project.

Steps:

  • create config file:
    • create a file called .cz-config.js in your git repository root (*Asumptions: you do a global git ignore on ~/.gitignore_global for .cz-config.js). Or;
    • create a file called .cz-config.js your home directory.
  • npm install -g commitizen
  • npm install -g cz-customizable. Make sure you have version >v5.6.x
  • create global commitizen config file .czrc: echo '{ "path": "cz-customizable" }' > ~/.czrc
  • now run: npx git-cz or git cz.

@leonardoanalista leonardoanalista merged commit 48dc07d into master Apr 4, 2019
@leonardoanalista leonardoanalista deleted the make-executable branch April 4, 2019 02:21
@leonardoanalista
Copy link
Member Author

🎉 This PR is included in version 5.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant