Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgyEdgemond authored Mar 2, 2024
1 parent cb70873 commit 97aef34
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ commit = true
release = true
allow_dirty = false
[changelog_gen.post_process]
url = https://your-domain.atlassian.net/rest/api/2/issue/ISSUE-::issue_ref::/comment
verb = POST
body = {"body": "Released on v::version::"}
auth_env = JIRA_AUTH
[tool.changelog_gen.post_process]
url = "https://your-domain.atlassian.net/rest/api/2/issue/ISSUE-::issue_ref::/comment"
verb = "POST"
body = '{"body": "Released on v::version::"}'
auth_env = "JIRA_AUTH"
```
NOTE: setup.cfg is being deprecated, use `changelog migrate` to generate valid
Expand All @@ -148,11 +148,11 @@ commit = true
release = true
allow_dirty = false
[changelog_gen.post_process]
url = https://your-domain.atlassian.net/rest/api/2/issue/ISSUE-::issue_ref::/comment
verb = POST
body = {"body": "Released on v::version::"}
auth_env = JIRA_AUTH
[tool.changelog_gen.post_process]
url = "https://your-domain.atlassian.net/rest/api/2/issue/ISSUE-::issue_ref::/comment"
verb = "POST"
body = '{"body": "Released on v::version::"}'
auth_env = "JIRA_AUTH"
```
### Configuration file -- Global configuration
Expand Down

0 comments on commit 97aef34

Please sign in to comment.