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

Global config #60

Closed
streamich opened this issue Jul 16, 2019 · 1 comment
Closed

Global config #60

streamich opened this issue Jul 16, 2019 · 1 comment
Labels
enhancement New feature or request released

Comments

@streamich
Copy link
Owner

Allow user to set global config. git-cz would look for global config if it cannot find a local one.

Global config could be placed in ~/.git-cz.json file.

@streamich streamich added the enhancement New feature or request label Jul 16, 2019
StanLindsey added a commit to StanLindsey/git-cz that referenced this issue Mar 16, 2020
StanLindsey pushed a commit to StanLindsey/git-cz that referenced this issue Apr 29, 2020
* 🎸 add ability to support writing new scopes during commit ([1345146](1345146))
* 🎸 automatically infer type list from Types object ([5f13da4](5f13da4))
* 🎸 recursively search parent folders for config file ([857aab2](857aab2)), closes [streamich#60](https://github.com/stanlindsey/git-cz/issues/60)

* 🧨 we no longer repsect the config.list ordering of types, instead relying
on the ordering of the config.types instead.
streamich pushed a commit that referenced this issue May 16, 2020
# [4.5.0](v4.4.1...v4.5.0) (2020-05-16)

### Features

* 🎸 manually bump version ([fb05bfb](fb05bfb))
* 🎸 recursively search parent folders for config file ([ce04676](ce04676)), closes [#60](#60)
@streamich
Copy link
Owner Author

🎉 This issue has been resolved in version 4.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot referenced this issue in JeromeFitz/git-cz Mar 3, 2021
# [5.0.0-main.1](v4.3.1...v5.0.0-main.1) (2021-03-03)

### Bug Fixes

* 🐛 add config option to change closed issue message ([streamich#218](https://github.com/jeromefitz/git-cz/issues/218)) ([dd88ce9](dd88ce9)), closes [streamich#215](https://github.com/jeromefitz/git-cz/issues/215)
* 🐛 babel-eslint deprecated: `@babel/core|eslint-parser` ([088a1d8](088a1d8))
* 🐛 check for staged files ([78dec95](78dec95))
* 🐛 disable-emoji config being overwritten by default ([streamich#211](https://github.com/jeromefitz/git-cz/issues/211)) ([eb9eb06](eb9eb06)), closes [streamich#207](https://github.com/jeromefitz/git-cz/issues/207)
* 🐛 failing test (execSync not defined) ([b9b6969](b9b6969))
* 🐛 ignore "staged files check" when -a or --amend is passed ([206274f](206274f)), closes [streamich#189](https://github.com/jeromefitz/git-cz/issues/189)
* 🐛 incorrect config, should not need to extend anything ([3d4f82b](3d4f82b))
* 🐛 move check for git folder to top ([cdf142c](cdf142c))
* 🐛 multiple lines on Windows ([streamich#210](https://github.com/jeromefitz/git-cz/issues/210)) ([838d47b](838d47b)), closes [streamich#188](https://github.com/jeromefitz/git-cz/issues/188) [streamich#197](https://github.com/jeromefitz/git-cz/issues/197)
* 🐛 pad-right ([1891a62](1891a62))
* 🐛 pad-right ([94b063c](94b063c))
* 🐛 refactor to use theme as base to prep for overrides ([79c7552](79c7552))
* 🐛 test when in --dry-run mode ([1697c56](1697c56))
* manually update version ([811025c](811025c))
* release revert of checking for staged files ([8a6ac6e](8a6ac6e))

### Features

* ✨ gitmoji => opt-in flag feature (non-breaking) ([95ce74c](95ce74c))
* 🎸 add --disable-emoji to --help and parse from CLI ([82dd0c9](82dd0c9))
* 🎸 add "format" field to customize subject in commit msg [#81](#81) ([5e998cf](5e998cf))
* 🎸 add disable emoji flag ([52a43d9](52a43d9))
* 🎸 alphasort types; fix: json fetch spacing; fun: 💚️💛️❤️ ([fa57f99](fa57f99))
* 🎸 check for staged files ([c283ad3](c283ad3))
* 🎸 exit process when no files staged ([9fb4844](9fb4844))
* 🎸 manually bump version ([fb05bfb](fb05bfb))
* 🎸 minor bump (canary), docs, license (gitmoji), refactor ([ac9f270](ac9f270))
* 🎸 recursively search parent folders for config file ([ce04676](ce04676)), closes [#60](#60)
* 🎸 release-notes-generator (needed github... i think) ([ac4ef94](ac4ef94))

### Performance Improvements

* ⚡️ package upgrades + babel/core|eslint-pareser + husky ([0e888e1](0e888e1)), closes [streamich#256](https://github.com/jeromefitz/git-cz/issues/256)
* ⚡️ package upgrades + babel/core|eslint-pareser + husky ([4b7e2da](4b7e2da)), closes [streamich#256](https://github.com/jeromefitz/git-cz/issues/256)
* ⚡️ prettier => eslint, lint-staged + pretty-quick => husky ([8d19d60](8d19d60))
* ⚡️ release.config.js, fork => .github/workflows 👷️ canary 🐦️ ([428f561](428f561))

### BREAKING CHANGES

* node>=10.8, and husky@5 + babel-eslint deprecated to
babel/core+eslint-parser
* 🧨 ⬆️ node>=10.8, husky@5, 🔥️ babel-eslint 📦️ @babel/core|eslint-parser
* node>=10.8, and husky@5 + babel-eslint deprecated to
babel/core+eslint-parser
* 🧨 ⬆️ node>=10.8, husky@5, 🔥️ babel-eslint 📦️ @babel/core|eslint-parser
github-actions bot referenced this issue in JeromeFitz/git-cz Mar 3, 2021
# [5.0.0](v4.3.1...v5.0.0) (2021-03-03)

### Bug Fixes

* 🐛 add config option to change closed issue message ([streamich#218](https://github.com/jeromefitz/git-cz/issues/218)) ([dd88ce9](dd88ce9)), closes [streamich#215](https://github.com/jeromefitz/git-cz/issues/215)
* 🐛 babel-eslint deprecated: `@babel/core|eslint-parser` ([088a1d8](088a1d8))
* 🐛 check for staged files ([78dec95](78dec95))
* 🐛 disable-emoji config being overwritten by default ([streamich#211](https://github.com/jeromefitz/git-cz/issues/211)) ([eb9eb06](eb9eb06)), closes [streamich#207](https://github.com/jeromefitz/git-cz/issues/207)
* 🐛 failing test (execSync not defined) ([b9b6969](b9b6969))
* 🐛 ignore "staged files check" when -a or --amend is passed ([206274f](206274f)), closes [streamich#189](https://github.com/jeromefitz/git-cz/issues/189)
* 🐛 incorrect config, should not need to extend anything ([3d4f82b](3d4f82b))
* 🐛 move check for git folder to top ([cdf142c](cdf142c))
* 🐛 multiple lines on Windows ([streamich#210](https://github.com/jeromefitz/git-cz/issues/210)) ([838d47b](838d47b)), closes [streamich#188](https://github.com/jeromefitz/git-cz/issues/188) [streamich#197](https://github.com/jeromefitz/git-cz/issues/197)
* 🐛 pad-right ([1891a62](1891a62))
* 🐛 pad-right ([94b063c](94b063c))
* 🐛 refactor to use theme as base to prep for overrides ([79c7552](79c7552))
* 🐛 test when in --dry-run mode ([1697c56](1697c56))
* manually update version ([811025c](811025c))
* release revert of checking for staged files ([8a6ac6e](8a6ac6e))

### Features

* ✨ gitmoji => opt-in flag feature (non-breaking) ([95ce74c](95ce74c))
* 🎸 add --disable-emoji to --help and parse from CLI ([82dd0c9](82dd0c9))
* 🎸 add "format" field to customize subject in commit msg [#81](#81) ([5e998cf](5e998cf))
* 🎸 add disable emoji flag ([52a43d9](52a43d9))
* 🎸 alphasort types; fix: json fetch spacing; fun: 💚️💛️❤️ ([fa57f99](fa57f99))
* 🎸 check for staged files ([c283ad3](c283ad3))
* 🎸 exit process when no files staged ([9fb4844](9fb4844))
* 🎸 manually bump version ([fb05bfb](fb05bfb))
* 🎸 minor bump (canary), docs, license (gitmoji), refactor ([ac9f270](ac9f270))
* 🎸 recursively search parent folders for config file ([ce04676](ce04676)), closes [#60](#60)
* 🎸 release-notes-generator (needed github... i think) ([ac4ef94](ac4ef94))

### Performance Improvements

* ⚡️ package upgrades + babel/core|eslint-pareser + husky ([0e888e1](0e888e1)), closes [streamich#256](https://github.com/jeromefitz/git-cz/issues/256)
* ⚡️ package upgrades + babel/core|eslint-pareser + husky ([4b7e2da](4b7e2da)), closes [streamich#256](https://github.com/jeromefitz/git-cz/issues/256)
* ⚡️ prettier => eslint, lint-staged + pretty-quick => husky ([8d19d60](8d19d60))
* ⚡️ release.config.js, fork => .github/workflows 👷️ canary 🐦️ ([428f561](428f561))

### BREAKING CHANGES

* node>=10.8, and husky@5 + babel-eslint deprecated to
babel/core+eslint-parser
* 🧨 ⬆️ node>=10.8, husky@5, 🔥️ babel-eslint 📦️ @babel/core|eslint-parser
* node>=10.8, and husky@5 + babel-eslint deprecated to
babel/core+eslint-parser
* 🧨 ⬆️ node>=10.8, husky@5, 🔥️ babel-eslint 📦️ @babel/core|eslint-parser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant