diff --git a/.github/workflows/conventional-PR.yml b/.github/workflows/conventional-PR.yml index 5b9c10b010..3f996a9f98 100644 --- a/.github/workflows/conventional-PR.yml +++ b/.github/workflows/conventional-PR.yml @@ -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 diff --git a/crowdin.yml b/crowdin.yml index d9890a12ff..b5424afef9 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -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% diff --git a/nx.json b/nx.json index 7dcf1b6adf..2783bd182d 100644 --- a/nx.json +++ b/nx.json @@ -102,6 +102,13 @@ "git": { "commit": false, "tag": false + }, + "conventionalCommits": { + "types": { + "i18n": { + "semverBump": "patch" + } + } } }, "namedInputs": {