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 97aef34 commit c3f3274
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,27 +334,6 @@ remove.semver = "minor"
fix.header = "Bugfixes"
```

#### `semver_mapping =`
_**[optional]**_<br />
**default**: { <br />
"feat": "minor" <br />
"fix": "patch", <br />
"docs": "patch" <br />
"misc": "patch" <br />
}

Define custom type mappings for semver tagging. Any custom types need
to be mapped to `major`, `minor`, `patch`. Any unknown types will be
treated as a `patch`.

Example:

```toml
[tool.changelog_gen.semver_mapping]
change = "patch"
remove = "minor"
```

#### `sections =`
_**[Deprecated]**_<br />
_**[optional]**_<br />
Expand Down Expand Up @@ -458,7 +437,7 @@ new = "feat"
```toml
[tool.changelog_gen.post_process]
url = https://your-domain.atlassian.net/rest/api/2/issue/ISSUE-::issue_ref::/comment"
url = "https://your-domain.atlassian.net/rest/api/2/issue/ISSUE-::issue_ref::/comment"
verb = "POST"
body = '{"body": "Released on ::version::"}'
auth_env = "JIRA_AUTH"
Expand Down

0 comments on commit c3f3274

Please sign in to comment.