Skip to content

Commit be31508

Browse files
committed
chore: Adjusted git-conventional-commits configuration.
No code impacted.
1 parent 19655e6 commit be31508

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

git-conventional-commits.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ convention:
1313
- chore
1414
- merge
1515
- revert
16+
- ci
1617
commitScopes: []
1718
releaseTagGlobPattern: v[0-9]*.[0-9]*.[0-9]*
1819
changelog:
@@ -30,13 +31,13 @@ changelog:
3031
merge: Merges
3132
breakingChange: BREAKING CHANGES
3233

33-
## GitHub
34-
# commitUrl: https://github.com/ACCOUNT/REPOSITORY/commit/%commit%
35-
# commitRangeUrl: https://github.com/ACCOUNT/REPOSITORY/compare/%from%...%to%?diff=split
34+
# GitHub
35+
commitUrl: https://github.com/aws-samples/generative-ai-newsletter-app/commit/%commit%
36+
commitRangeUrl: https://github.com/aws-samples/generative-ai-newsletter-app/compare/%from%...%to%?diff=split
3637

37-
## GitHub Issues
38-
# issueRegexPattern: "#[0-9]+"
39-
# issueUrl: https://github.com/ACCOUNT/REPOSITORY/issues/%issue%
38+
# GitHub Issues
39+
issueRegexPattern: "#[0-9]+"
40+
issueUrl: https://github.com/aws-samples/generative-ai-newsletter-app/issues/%issue%
4041

4142
## Jira Issues
4243
# issueRegexPattern: "[A-Z][A-Z0-9]+-[0-9]+"

0 commit comments

Comments
 (0)