Skip to content

Commit

Permalink
dev: add internal dev section to release notes (#4390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuchenpirat authored Oct 19, 2024
1 parent 8180aef commit 60ea83d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- `fix: `
- `docs: `
- `chore: `
- `dev:`
If a section of the PR template does not apply to this PR, then delete that section.
Expand All @@ -27,10 +28,11 @@ _(REQUIRED)_
Delete any of the following that do not apply:
-->

- feature
- bug
- cleanup
- documentation
- feature
- cleanup
- dev (Internal development)

## What this PR does / why we need it:

Expand Down
7 changes: 7 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ categories:
- title: "📚 Documentation"
labels:
- "documentation"
- title: "🔨 Internal development"
labels:
- "dev"
- title: "⬆️ Dependency updates"
collapse-after: 3
labels:
Expand All @@ -47,6 +50,7 @@ version-resolver:
- "dependencies"
- "documentation"
- "l10n"
- "dev"
default: patch

template: |
Expand All @@ -69,3 +73,6 @@ autolabeler:
- label: 'chore'
title:
- '/chore:/i'
- label: 'dev'
title:
- '/dev:/i'
3 changes: 2 additions & 1 deletion .github/workflows/pull-request-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
# Configure which types are allowed (newline-delimited).
# Default: https://github.com/commitizen/conventional-commit-types
types: |
fix
feat
fix
docs
chore
dev
# Configure which scopes are allowed (newline-delimited).
# These are regex patterns auto-wrapped in `^ $`.
scopes: |
Expand Down

0 comments on commit 60ea83d

Please sign in to comment.