Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 8, 2024
1 parent 76abcc4 commit 5ceb118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/generate-changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def generate_changelog(repo, repo_name, tag1, tag2, version):
performance.append((pull, commit))
elif 'enhancement' in labels or cc_type == 'feat':
enhancements.append((pull, commit))
elif 'documentation' in labels or cc_type == 'docs':
elif 'documentation' in labels or cc_type == 'docs' or cc_type == 'doc':
docs.append((pull, commit))
else:
other.append((pull, commit))
Expand Down

0 comments on commit 5ceb118

Please sign in to comment.