dependabot[bot]
|
42f1d53d3e
|
chore(deps): bump actions/checkout from 5 to 6 (#84)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-23 18:06:54 +08:00 |
|
MingxuanGame
|
2c81e22749
|
feat(calculator): support generate PerformanceAttributes & DifficultyAttributes from JSON Schema (#59)
Prepare for custom rulesets.
Schema Genetator: https://github.com/GooGuTeam/custom-rulesets/tree/main/CustomRulesetMetadataGenerator
```bash
dotnet -- schemas path/to/rulesets -o schema.json
```
```bash
python scripts/generate_ruleset_attributes.py schema.json
```
|
2025-10-25 19:10:53 +08:00 |
|
MingxuanGame
|
ccab7bc584
|
ci(genereator): fix ci
|
2025-09-21 11:21:20 +00:00 |
|
MingxuanGame
|
509f759b1a
|
feat(config): add docs & auto-generated document
|
2025-09-21 11:17:46 +00:00 |
|