Skip to content

Commit

Permalink
chore: Add packaging semantic PR type (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Dec 21, 2024
1 parent 82202e3 commit f4103cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ kinds:
- label: Typing
auto: patch
format: "### 🏷️ {{.Kind}}"
- label: Packaging
auto: patch
format: "### 📦 {{.Kind}}"
replacements:
- path: pyproject.toml
find: "^version = \".*\"$"
Expand Down
1 change: 1 addition & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ types:
- chore
- revert
- typing
- packaging

scopes:
- rest
Expand Down

0 comments on commit f4103cb

Please sign in to comment.