Skip to content

Commit

Permalink
chore: update docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
kid-icarus committed May 28, 2024
1 parent 9a9f9db commit 90f2552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ require'jira'.setup({
},
use_git_branch_issue_id = true,
git_trunk_branch = 'main', -- The main branch of your project
git_branch_prefix = 'feature/', -- The prefix for your feature branches
})
```

Expand Down
1 change: 1 addition & 0 deletions lua/jira/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ M.defaults = {
},
use_git_branch_issue_id = true,
git_branch_prefix = 'feature/',
git_trunk_branch = 'main',
}

local config = {}
Expand Down

0 comments on commit 90f2552

Please sign in to comment.