Skip to content

Commit

Permalink
adding link to auth modes
Browse files Browse the repository at this point in the history
  • Loading branch information
k3muri84 committed Mar 5, 2021
1 parent bb6c2ac commit 4425584
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generate-changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
# point to your jira installation
jira_server = 'https://jira.yourdomain.com'

# configure authentication, see jira module docs for more auth modes
"""
configure authentication, see jira module docs for more auth modes
https://jira.readthedocs.io/en/latest/examples.html#authentication
"""
jira = JIRA(server=(jira_server), auth=('changelogbot', 'cryp71cp455w0rd'))

changelogFilename = "CHANGELOG.md"
Expand Down

0 comments on commit 4425584

Please sign in to comment.