Skip to content

Commit

Permalink
chore: i18n conventional config
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Aug 14, 2024
1 parent 25abe38 commit 80bf199
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/conventional-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@ jobs:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
chore
refactor
perf
revert
docs
i18n
1 change: 1 addition & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pull_request_title: 'i18n: crowdin updates'
files:
- source: apps/fishing-map/public/locales/source
translation: /apps/fishing-map/public/locales/%two_letters_code%/%original_file_name%
Expand Down
7 changes: 7 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@
"git": {
"commit": false,
"tag": false
},
"conventionalCommits": {
"types": {
"i18n": {
"semverBump": "patch"
}
}
}
},
"namedInputs": {
Expand Down

0 comments on commit 80bf199

Please sign in to comment.