Skip to content

Commit

Permalink
Add doc commit type
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Sep 30, 2024
1 parent f50d7bf commit 007f8bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .commitlintrc.no-scope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ rules:
- feat
- chore
- update
- doc
1 change: 1 addition & 0 deletions .commitlintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ rules:
- feat
- chore
- update
- doc
2 changes: 2 additions & 0 deletions .github/workflows/pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
# * fix
# * feat (will cause a minor version bump)
# * chore (will be omitted from changelog)
# * update
# * doc
#
# `scope` describes where the change is made. This project allows
# the scope to be omitted, but if it is present, it must be one of
Expand Down
3 changes: 2 additions & 1 deletion release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ commit_parsers = [
{ message = "^security", group = "security" },
{ message = "^chore", group = "chore" },
{ message = "^update", group = "updated dependencies" },
{ message = "^doc", group = "documented" },
{ message = "^.*", group = "other" },
]

Expand All @@ -36,7 +37,7 @@ dependencies_update = true
features_always_increment_minor = true
pr_labels = ["release"]
release_always = false
release_commits = "^(feat|fix)[(:]"
release_commits = "^(feat|fix|update|doc)[(:]"

[[package]]
name = "c2pa"
Expand Down

0 comments on commit 007f8bf

Please sign in to comment.