Skip to content

Commit

Permalink
feat: Revert readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Matthews authored and Jason Matthews committed Sep 4, 2024
1 parent 387bc88 commit 71ae7f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ This action will bump version, tag commit and generate a changelog with conventi
- **Optional** `is-protected-branch`: If set to `true`, the action will wait for required checks to pass before proceeding. Default `false`.

### Presets

This action comes pre-compiled with the `angular` (default) and `conventionalcommits`, if you wish to use an other preset
you need to make sure it's installed with `npm install conventional-changelog-<preset name>`

Expand Down Expand Up @@ -100,7 +99,7 @@ const config = require('conventional-changelog-conventionalcommits');

module.exports = config({
"issuePrefixes": ["TN-"],
"issueUrlFormat": "https://jira.example.com/browse/{{prefix}}{{id}}",
"issueUrlFormat": "https://jira.example.com/browse/{{prefix}}{{id}}"
})
```

Expand Down

0 comments on commit 71ae7f5

Please sign in to comment.