Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thecarlo committed Jan 1, 2024
1 parent 8ea646e commit 614adfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ This capitalizes the first letter of the commit message.
For example:

branch: `feature-JIRA-1234`

`git commit -m "some message. with another sentence"`

//=> `JIRA-1234: Some message. with another sentence`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humankode/git-inject-jira-ticket",
"version": "0.0.3",
"version": "0.0.4",
"private": false,
"description": "A script for the prepare-commit-msg git hook that automatically injects a Jira ticket based off the jira ticket in the branch name",
"repository": "github:thecarlo/git-inject-jira-ticket",
Expand Down

0 comments on commit 614adfa

Please sign in to comment.