Skip to content

Commit

Permalink
ci: Ajoute un nouveau type 'improve' dans la config release-please (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored Dec 10, 2024
1 parent 74ad0c2 commit db97d73
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-please-pr-title-check.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# https://github.com/amannn/action-semantic-pull-request
# with a custom type: improve

name: "release-please: PR title check"

on:
Expand All @@ -19,3 +22,17 @@ jobs:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
improve
fix
refactor
revert
style
docs
test
chore
perf
build
ci
5 changes: 5 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# https://github.com/googleapis/release-please-action

name: release-please

on:
Expand All @@ -16,12 +18,15 @@ jobs:
changelog-types: |
[
{"type":"feat","section":"Nouveautés","hidden":false},
{"type":"improve","section":"Améliorations","hidden":false},
{"type":"fix","section":"Corrections (bugs, typos...)","hidden":false},
{"type":"refactor","section":"Technique","hidden":false},
{"type":"revert","section":"Technique","hidden":false},
{"type":"style","section":"Technique","hidden":false},
{"type":"docs","section":"Technique","hidden":false},
{"type":"test","section":"Technique","hidden":false},
{"type":"chore","section":"Technique","hidden":false},
{"type":"perf","section":"Technique","hidden":false},
{"type":"build","section":"Technique","hidden":false},
{"type":"ci","section":"Technique","hidden":false}
]

0 comments on commit db97d73

Please sign in to comment.