Skip to content

Commit

Permalink
docs: add release.yml and use conventionnal commit for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 29, 2024
1 parent 5eb51dc commit 4472a97
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
34 changes: 34 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
changelog:
exclude:
labels:
- ignore-for-release
authors:
- octocat
categories:
- title: 🚨 Breaking Changes
labels:
- breaking
- title: 🚀 Features
labels:
- feat
- title: 🐞 Bug Fixes
labels:
- fix
- title: 📚 Documentation
labels:
- docs
- title: 💅 Style
labels:
- style
- title: 🚧 Chore
labels:
- chore
- title: 🛠 Refactoring
labels:
- refactor
- title: 🔄 Revert
labels:
- revert
- title: 🧪 Tests
labels:
- test
6 changes: 4 additions & 2 deletions .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "validate pr title"
name: validate pr title

on:
pull_request_target:
Expand Down Expand Up @@ -28,7 +28,9 @@ jobs:
docs
chore
refactor
security
revert
style
test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 4472a97

Please sign in to comment.