jira-prepare-commit-msg icon indicating copy to clipboard operation
jira-prepare-commit-msg copied to clipboard

Husky Git hook to add JIRA ticket ID into the commit message.

Results 22 jira-prepare-commit-msg issues
Sort by recently updated
recently updated
newest added

Hi @bk201-. Thank you for the valuable package which we heavily use. However according to our latest decision about commit format, we found out that `jira-prepare-commit-msg` is not flexible enough...

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.42.1 to 5.45.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.45.0 5.45.0 (2022-11-28) Bug Fixes eslint-plugin: [array-type] --fix flag removes parentheses from type (#5997) (42b33af) eslint-plugin: [keyword-spacing] prevent...

dependencies

Bumps [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) from 7.0.1 to 8.0.0. Changelog Sourced from cosmiconfig's changelog. 8.0.0 No major breaking changes! We dropped support for Node 10 and 12 -- which you're probably not using....

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.42.1 to 5.45.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.45.0 5.45.0 (2022-11-28) Bug Fixes eslint-plugin: [array-type] --fix flag removes parentheses from type (#5997) (42b33af) eslint-plugin: [keyword-spacing] prevent...

dependencies

Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 15.5.0 to 15.5.1. Release notes Sourced from eslint-plugin-n's releases. Release 15.5.1 fix: consider node: prefix in prefer-global rules (#63) (dbb7264) chore: upgrade non-major deps (b0faa87) chore: Update...

dependencies

Bumps [ava](https://github.com/avajs/ava) from 5.0.1 to 5.1.0. Release notes Sourced from ava's releases. v5.1.0 What's Changed Output logs for tests that remain pending when AVA exits by @​kevo1ution in avajs/ava#3125 Check...

dependencies

When I use ```git rebase -i `git merge-base HEAD master` --rebase-merges``` and apply the rebase I get this error message repeated for each commit, even though it doesn't block the...

Same as issue #11 which has been closed. If working in a subdirectory where `package.json` is not at the root directory, the following error message is outputted: `JIRA prepare commit...

Is there a way that we could support `jira-prepare-commit-msg` when implemented within a shared husky config package? From the readme, it seems as every application consuming the shared husky config...

I have husky + this in the package file in a sub folder "ui", not in root of the repo. And it fails at the last step: `JIRA prepare commit...