Skip to content

Commit

Permalink
feat: added better changelog system
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieDover committed Oct 11, 2023
1 parent 66d35e1 commit 2b104a6
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 24 deletions.
24 changes: 0 additions & 24 deletions CHANGELOG.md

This file was deleted.

47 changes: 47 additions & 0 deletions git-conventional-commits.yaml
@@ -0,0 +1,47 @@
---
convention:
commitTypes:
- feat
- fix
- perf
- refactor
- style
- test
- build
- ops
- docs
- chore
- merge
- revert
commitScopes: []
releaseTagGlobPattern: v[0-9]*.[0-9]*.[0-9]*
changelog:
commitTypes:
- feat
- fix
- perf
- merge
includeInvalidCommits: false
commitIgnoreRegexPattern: "^WIP "
headlines:
feat: Features
fix: Bug Fixes
perf: Performance Improvements
merge: Merges
breakingChange: BREAKING CHANGES
commitUrl: https://github.com/EddieDover/theater-of-the-mind/commit/%commit%
commitRangeUrl: https://github.com/EddieDover/theater-of-the-mind/compare/%from%...%to%?diff=split
issueRegexPattern: "#[0-9]+"
issueUrl: https://github.com/EddieDover/theater-of-the-mind/issues/%issue%

## GitHub
# commitUrl: https://github.com/ACCOUNT/REPOSITORY/commit/%commit%
# commitRangeUrl: https://github.com/ACCOUNT/REPOSITORY/compare/%from%...%to%?diff=split

## GitHub Issues
# issueRegexPattern: "#[0-9]+"
# issueUrl: https://github.com/ACCOUNT/REPOSITORY/issues/%issue%

## Jira Issues
# issueRegexPattern: "[A-Z][A-Z0-9]+-[0-9]+"
# issueUrl: https://WORKSPACE.atlassian.net/browse/%issue%
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -30,6 +30,7 @@
"release:major": "npm version major && changelog -M",
"release:minor": "npm version minor && changelog -m",
"release:patch": "npm version patch && changelog -p",
"changelog": "git-conventional-commits changelog > CHANGELOG.md",
"eslint": "eslint ."
},
"devDependencies": {
Expand Down

0 comments on commit 2b104a6

Please sign in to comment.