- Ignore flag for MERGE_MSG and SQUASH_MSG by default
v3.1.0 - 2020-06-07
- Add HTTP max-retries flag and custom print
- Add CHANGELOG to project
v3.0.0 - 2020-06-01
- Update branch-check regex
- Enable pre-commit gjira's branch validation hook
- Lock Jira to version 2
- Add click as setup requirements
- Update README with pre-push guide
- Update commands
- Add commands test
- Add main test
- Add git tests
- Update click options
- Validate branch name
- Remove argparser and use click instead
- Don't match regex, use findall instead
- Rename click commands
- Move click commands to commands.py
- Move git related code to git.py
- Merge pull request #4 from benmezger/feat/click-and-check-branch-name
v2.2.8 - 2020-06-01
- Update README's example commit template
- Add support to Jira bot
- Don't match regex
- Merge pull request #3 from fredericojordan/fred/jirabot
v2.2.7 - 2020-05-24
- Update demo section with asciicast and gif
v2.2.6 - 2020-05-24
- Add CI status to README
v2.2.5 - 2020-05-24
- Add coverate to tests
- Update test coverage on gjira module
v2.2.4 - 2020-05-24
- Add initial CircleCI config
- Update broken tests on commit message
v2.2.3 - 2020-05-23
- Add branch issue regex to pre-commit-config
- Don't slice lines before writing to file
v2.2.2 - 2020-05-23
- Don't reappend lines
v2.2.1 - 2020-05-23
- Handle git commit -m
v2.2.0 - 2020-05-23
- Split diff type on pytest error
- Check Jira's inner attributes
- Move tests to project root
v2.0.0 - 2020-05-22
- Use HEAD as revision for pre-commit
- Add Jinja2 requirement
- Reformat README
- Add regex to docs
- Update README with new commit template
- Add on empty commit message update
- Update README
- Add regex support for branching issues
- Add GJira mark to know where to stop reading
- Read and parse commit template
- Specify Python version
- Add missing -- to template argument
- Add python requirement into single quotes
- Remove unused .jira file
- Update/add python requirements
- Add asciinema
- Update README.md with development and TODOs
- fix readme typos
- Add initial readme
- Catch error when fetching Jira issue
- Only get key and parent Jira fields
- Exit with 0 if branch in format
- Add initial tests
- Update git commit message by appending the ID
- Parse shell arguments when called
- Get current Git branch by spawning a Git process
- First commit. Get boards and issues by ID
- Update Python version support
- Run on prepare-commit-msg
- Properly handle new lines in commit msg
- Change 'bad branch' error message
- Check branch before requesting Jira
- Rewrite whole file instead
- Move file to a package
- Use commit-msg as pre-commit stage
- Add typing to missing functions
- Reorder imports