Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2025-01-06) ### Bug Fixes * ๐ add config option to change closed issue message ([streamich#218](https://github.com/damdauvaotran/git-cz/issues/218)) ([dd88ce9](dd88ce9)), closes [streamich#215](https://github.com/damdauvaotran/git-cz/issues/215) * ๐ add extra space after emoji ([47a746a](47a746a)) * ๐ Adhere to lerna settings for workspaces directory ([4151235](4151235)), closes [streamich#85](https://github.com/damdauvaotran/git-cz/issues/85) * ๐ Allow usage of package on win32 ([41c2170](41c2170)), closes [streamich#21](https://github.com/damdauvaotran/git-cz/issues/21) * ๐ check for staged files ([78dec95](78dec95)) * ๐ disable-emoji config being overwritten by default ([streamich#211](https://github.com/damdauvaotran/git-cz/issues/211)) ([eb9eb06](eb9eb06)), closes [streamich#207](https://github.com/damdauvaotran/git-cz/issues/207) * ๐ do not format body as undefined ([28d6e77](28d6e77)) * ๐ don't add emoji to head only when "disableEmoji" is true ([45489c8](45489c8)) * ๐ don't ask Lerna question, if Lerna not installed ([843093c](843093c)) * ๐ failing test (execSync not defined) ([b9b6969](b9b6969)) * ๐ Fix COMMIT_EDITMSG in bare repositories ([008ee31](008ee31)) * ๐ fix git commit error ([b116ba0](b116ba0)) * ๐ fix lerna question all package list ([74581de](74581de)) * ๐ Fix use wrong number of regex matches ([da09545](da09545)) * ๐ Fix wrong order of declare var ([045cf26](045cf26)) * ๐ fix: don't fail if config missing in package.json ([a4a010d](a4a010d)) * ๐ fixes autocomplete prompt import ([91226ba](91226ba)) * ๐ fixes scope's empty string answer issue ([53dd466](53dd466)) * ๐ give default value to prevent convert error ([c16df5d](c16df5d)), closes [streamich#227](https://github.com/damdauvaotran/git-cz/issues/227) * ๐ ignore "staged files check" when -a or --amend is passed ([206274f](206274f)), closes [streamich#189](https://github.com/damdauvaotran/git-cz/issues/189) * ๐ make semantic-release publish to NPM ([6f5c836](6f5c836)) * ๐ move check for git folder to top ([cdf142c](cdf142c)) * ๐ multiple lines on Windows ([streamich#210](https://github.com/damdauvaotran/git-cz/issues/210)) ([838d47b](838d47b)), closes [streamich#188](https://github.com/damdauvaotran/git-cz/issues/188) [streamich#197](https://github.com/damdauvaotran/git-cz/issues/197) * ๐ pad-right ([1891a62](1891a62)) * ๐ pad-right ([94b063c](94b063c)) * ๐ Read git-cz config from package.json ([c72cfac](c72cfac)) * ๐ simplify semantic-release config ([3872978](3872978)) * ๐ test when in --dry-run mode ([1697c56](1697c56)) * ๐ use process.platform to check for platform ([be13775](be13775)) * ๐ simplify package.json ([ea20619](ea20619)) * ๐ Updated bug emoji ([e81dd66](e81dd66)) * ๐ README fixes ([ee33460](ee33460)) * actually return execSync() result ([9321454](9321454)), closes [streamich#19](https://github.com/damdauvaotran/git-cz/issues/19) * better support for workspaces ([215b6c3](215b6c3)) * build binaries on Travis ([10194a8](10194a8)) * fix typo ([548f978](548f978)) * manually update version ([811025c](811025c)) * release revert of checking for staged files ([8a6ac6e](8a6ac6e)) * remove emojis when disableEmoji is true ([62915be](62915be)) * trigger again ([ee4cf18](ee4cf18)) * trigger new release ([5457be9](5457be9)) * Windows support ([bcc3525](bcc3525)), closes [#12](#12) ### Continuous Integration * ๐ก remove NPM semantic-release plugin for on release ([a9f23eb](a9f23eb)) * [add-check-home-config] feat: ๐ธ Update version ([41a8282](41a8282)) ### Features * ๐ธ add --disable-emoji to --help and parse from CLI ([82dd0c9](82dd0c9)) * ๐ธ add "format" field to customize subject in commit msg [streamich#81](https://github.com/damdauvaotran/git-cz/issues/81) ([5e998cf](5e998cf)) * ๐ธ add back Lerna support ([879d9c1](879d9c1)) * ๐ธ add binary git-cz command for CLI ([3d11bdd](3d11bdd)) * ๐ธ add disable emoji flag ([52a43d9](52a43d9)) * ๐ธ add dry-run mode ([395c0c7](395c0c7)) * ๐ธ add emojis to BREAKING CHANGE and closed issue sections ([5e6dc17](5e6dc17)) * ๐ธ add help & version flags ([799fff2](799fff2)) * ๐ธ add mmarkdown ([323f0e8](323f0e8)) * ๐ธ add signale for error logging ([9aea7b2](9aea7b2)) * ๐ธ added disableEmojis on config ([448873e](448873e)) * ๐ธ adds a feature to search for types ([f8c3452](f8c3452)) * ๐ธ adds git hooks support ([80176cd](80176cd)), closes [streamich#79](https://github.com/damdauvaotran/git-cz/issues/79) * ๐ธ adds scope search in scopes question ([70bf18b](70bf18b)) * ๐ธ Allow emojis in non-interactive and set defaults ([08cf19c](08cf19c)) * ๐ธ build binaries ([0a64804](0a64804)) * ๐ธ can set answers through CLI in default mode ([99238c2](99238c2)) * ๐ธ check for staged files ([c283ad3](c283ad3)) * ๐ธ connect new interface to commitizen ([3dd3c67](3dd3c67)) * ๐ธ execute standalone CLI commit ([8570804](8570804)) * ๐ธ exit process when no files staged ([9fb4844](9fb4844)) * ๐ธ๏ธ format (custom message) ([6f0c828](6f0c828)) * ๐ธ improve help screen ([1838c1c](1838c1c)) * ๐ธ make changelog config customizable ([1758b94](1758b94)) * ๐ธ make LimitedInput work with new inquirer ([065bfae](065bfae)) * ๐ธ manually bump version ([fb05bfb](fb05bfb)) * ๐ธ non-interactive mode ([61b40db](61b40db)) * ๐ธ recursively search parent folders for config file ([ce04676](ce04676)), closes [streamich#60](https://github.com/damdauvaotran/git-cz/issues/60) * ๐ธ show nice error message when Git root not found ([54ed319](54ed319)) * ๐ธ support cjs config files ([4f2ebc5](4f2ebc5)) * ๐ธ update emoji icons ([9e29df4](9e29df4)) * ๐ธ use "closes" keywoard to close GitHub issues ([bb89aec](bb89aec)), closes [streamich#123](https://github.com/damdauvaotran/git-cz/issues/123) * add commitizen prompter ([89b4dac](89b4dac)) * add custom limited input component ([1ba869a](1ba869a)) * add default scopes ([1be406f](1be406f)) * add emojis to commit message ([2c36297](2c36297)) * add scope to subject input ([f942494](f942494)) * add support for lerna mono-repos ([11cbde4](11cbde4)) * autofix header case ([238dd6f](238dd6f)) * Check commit subject for minimum length ([9f41dbf](9f41dbf)) * create formatMessage() function ([d1c6755](d1c6755)) * display emoji in selection list ([3e2e57b](3e2e57b)) * initial commit ([18ccbd9](18ccbd9)) * refactor questions out ([5212e93](5212e93)) * removed question mark if no emojis are configured ([212c172](212c172)), closes [#9](#9) * show line prefixes added by the adapter ([c6202fe](c6202fe)) * simplify messages, increase line length ([909bae6](909bae6)) * store answers in state ([3110e94](3110e94)) * try to release new version from Travis ([b6e5a5e](b6e5a5e)) * use fuzzy search for scopes and types ([e6d615f](e6d615f)) * use Git to determine root folder ([d59dbd4](d59dbd4)) ### Performance Improvements * โก๏ธ build cz prompter into one file for performace ([dd62d93](dd62d93)) * โก๏ธ bundle into single .js file for perf ([a7738c8](a7738c8)) * โก๏ธ remove all deps so nothing is installed ([16ce6a7](16ce6a7)) ### BREAKING CHANGES * ๐งจ gpsup * ๐งจ Release new major * ๐งจ test โ Closes: test * "closes" keyboard is used instead of "issues", which will close GitHub issues.
- Loading branch information