Skip to content

Commit

Permalink
Merge branch 'release/0.10.0.0' into WeapAdj2
Browse files Browse the repository at this point in the history
  • Loading branch information
KRdaMystic authored Dec 29, 2024
2 parents 6e8af19 + 4078dd0 commit 8591580
Show file tree
Hide file tree
Showing 560 changed files with 20,428 additions and 13,037 deletions.
24 changes: 11 additions & 13 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@
- changed-files:
- any-glob-to-all-files: ['docs/*', 'guides/*', '**/*.md']

"PR: Feature":
- head-branch: ['^feature', 'feature', '^feat', 'feat', 'add']

"PR: Fix":
- head-branch: ['^fix', 'fix']

"PR: Chore":
- changed-files:
- any-glob-to-all-files: ['.github/*', '**/*.yml']
- any-glob-to-all-files: ['.github/*', '**/*.yml', '.gitattributes', '.gitignore']

"PR: Refactor":
- head-branch: ['^refactor', 'refactor', '^ref', 'ref']
"PR: JSON":
- changed-files:
- all-globs-to-all-files: ['**/*.json']

"PR: Performance":
- head-branch: ['^perf', 'perf', 'performance']
"PR: Audio":
- changed-files:
- any-glob-to-any-file: ['**/snd_*', '**/*.ogg', '**/*.wav']

"PR: JSON":
- all-globs-to-all-files: ['**/*.json']
"PR: Sprites":
- changed-files:
- any-glob-to-any-file: ['**/*.png', '**/spr_*']

12 changes: 12 additions & 0 deletions .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"LABEL": {
"name": "",
"color": "EEEEEE"
},
"CHECKS": {
"regexp": "(feat|fix|ci|chore|docs|test|refactor|revert)(\\([^\\)]+\\))?\\!?: .{1,}$|(?:Bump .+)$|^Release [0-9]+\\.[0-9]+\\.[0-9]+$|^Merge master into develop"
},
"MESSAGES": {
"failure": "Invalid PR Title. Please use the following formats: 'commit type(area of change(optional)): Title'. Refer to the list of [conventional commit types](https://github.com/pvdlg/conventional-commit-types?tab=readme-ov-file#commit-types)."
}
}
5 changes: 4 additions & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ changelog:
- "PR: Docs"
- "PR: Code Style"
- "PR: Chore"
- "PR: CI"
categories:
- title: Possibly Breaking Changes
labels:
- "PR: Breaking!"
- "PR: Major Feat!"
- title: New/Changed
labels:
- "PR: Feature"
Expand All @@ -20,6 +20,9 @@ changelog:
- title: Fixes
labels:
- "PR: Fix"
- title: Under The Hood - Important!
labels:
- "PR: Major Code Changes"
- title: Under The Hood
labels:
- "PR: Refactor"
Expand Down
46 changes: 46 additions & 0 deletions .github/srvaroa_labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
version: 1
appendOnly: true
labels:
- label: "PR: Breaking\\!"
title: "\\!"
- label: "PR: Breaking\\!"
body: "(?i)\\[breaking\\]"

- label: "PR: Chore"
title: "^chore"
- label: "PR: Chore"
body: "(?i)\\[chore\\]"

- label: "PR: Docs"
title: "^docs"
- label: "PR: Docs"
body: "(?i)(\\[docs\\]|\\[doc\\])"

- label: "PR: Code Style"
title: "^style"
- label: "PR: Code Style"
body: "(?i)\\[style\\]"

- label: "PR: Feature"
title: "^feat"
- label: "PR: Feature"
body: "(?i)(\\[feature\\]|\\[feat\\])"

- label: "PR: Fix"
title: "^fix"
- label: "PR: Fix"
body: "(?i)\\[fix\\]"

- label: "PR: Refactor"
title: "^refactor"
- label: "PR: Refactor"
body: "(?i)(\\[refactor\\]|\\[ref\\])"

- label: "PR: Performance"
title: "^perf"
- label: "PR: Performance"
body: "(?i)(\\[performance\\]|\\[perf\\])"

- label: "PR: Major Coding"
size:
above: 800
52 changes: 0 additions & 52 deletions .github/workflows/build_artifact_vm.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/build_artifact_yyc.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/build_release_nightly_vm.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/build_release_nightly_yyc.yml

This file was deleted.

Loading

0 comments on commit 8591580

Please sign in to comment.