Skip to content

Commit

Permalink
chore: add changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 29, 2024
1 parent c9f5b68 commit bb51cf0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 19 deletions.
24 changes: 10 additions & 14 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,30 @@ changelog:
authors:
- octocat
categories:
- title: Breaking Changes 🛠
- title: 🚨 Breaking Changes
labels:
- breaking
- title: Features 🚀
- title: 🚀 Features
labels:
- feat
- title: Bug Fixes 🐞
- title: 🐞 Bug Fixes
labels:
- fix
- title: Documentation 📚
- title: 📚 Documentation
labels:
- docs
- title: Lint 💅
- title: 💅 Style
labels:
- lint
- title: Dependency Updates 📦
- style
- title: 🚧 Chore
labels:
- chore
- title: Refactoring 🛠
- title: 🛠 Refactoring
labels:
- refactor
- title: Revert 🔄
- title: 🔄 Revert
labels:
- revert
- title: Tests 🧪
- title: 🧪 Tests
labels:
- test
- title: Other 🤷‍
labels:
- other
- '*'
7 changes: 3 additions & 4 deletions .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ jobs:
with:
types: |
breaking
chore
docs
lint
feat
fix
docs
chore
refactor
revert
style
test
other
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
Binary file modified bun.lockb
Binary file not shown.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@
"typecheck": "tsc --noEmit",
"test": "vitest",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"release": "changelogen --release --push",
"gh:release": "changelogen gh release"
},
"devDependencies": {
"@antfu/eslint-config": "^2.11.1",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"automd": "^0.3.7",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"typescript": "^5.4.3",
Expand Down

0 comments on commit bb51cf0

Please sign in to comment.