Skip to content

Commit

Permalink
Merge branch 'pichu' into pikachu
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee authored Nov 13, 2023
2 parents f7d6f24 + 714cc53 commit aa306bf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ contrib=CT1
ignore=B6

[contrib-title-conventional-commits]
types = amend,build,ci,config,docs,feat,fix,perf,refactor,style,test
types = amend,build,ci,config,dep,docs,feat,fix,perf,refactor,style,test
18 changes: 12 additions & 6 deletions atomi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ plugins:

# Angular Conventional Commit Example: https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines
types:
- type: dep
section: ⬆️ Dependencies ⬆️
desc: "Update dependencies from upstream"
scopes:
default:
desc: Update dependencies
release: minor
- type: build
desc: "Changes that affect the build system or external dependencies (example scopes: nix)"
scopes:
Expand All @@ -54,14 +61,14 @@ types:
desc: Update CI configuration
release: false
- type: docs
section: Documentation Updates
section: πŸ“œ Documentation πŸ“œ
desc: Documentation only changes
scopes:
default:
desc: Update documentation such as README file
release: false
- type: feat
section: New Features
section: ✨ Features ✨
desc: A new feature
vae:
verb: add
Expand All @@ -72,7 +79,7 @@ types:
desc: Release a new features
release: minor
- type: fix
section: Bug Fixes
section: πŸ› Bug Fixes πŸ›
desc: A bug fix
vae:
verb: fix
Expand All @@ -83,7 +90,7 @@ types:
desc: Generic fixes
release: patch
- type: perf
section: Performance Improvement
section: πŸš€ Performance Improvement πŸš€
desc: A code change that improves performance
vae:
verb: improve
Expand All @@ -94,7 +101,6 @@ types:
desc: Generic improvement statement
release: patch
- type: refactor
section: Refactored Code
desc: A code change that neither fixes a bug nor adds a feature
vae:
verb: refactor
Expand All @@ -115,7 +121,7 @@ types:
desc: Generic improvement statement
release: patch
- type: test
section: Update test
section: πŸ§ͺ Tests πŸ§ͺ
desc: Adding missing tests or correcting existing tests
vae:
verb: test
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit aa306bf

Please sign in to comment.