Skip to content

Releases: superlinear-ai/auto-smart-commit

Auto Jira smart commit v1.0.3

25 Jul 08:12
d95abff
Compare
Choose a tag to compare

Changes:

  • Implement as an installable Python module to reduce dependencies.

Auto Jira smart commit v1.0.2

16 Aug 10:06
Compare
Choose a tag to compare

Changes:

  • Add support for interactive rebasing.

Auto Jira smart commit v1.0.1

01 Jan 16:14
Compare
Choose a tag to compare

Changes:

  • Limit hook to the prepare-commit-msg stage.
  • Remove deprecated manual installation.

Auto Jira smart commit v1.0.0

01 Jan 14:42
Compare
Choose a tag to compare

Changes:

  • Add support for pre-commit.
  • Gracefully handle the case where there are no commits yet.
  • Do nothing if there is no Jira issue key in the branch name.
  • Update type annotations and formatting.