Skip to content

Commit

Permalink
Generate up-to-date change logs (#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Apr 2, 2023
1 parent ce8ac06 commit 1f2c55e
Show file tree
Hide file tree
Showing 11 changed files with 34,521 additions and 5 deletions.
4 changes: 0 additions & 4 deletions CleanBuild.bat

This file was deleted.

179 changes: 179 additions & 0 deletions Patch104pZH/ModChangeLog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
{
"changelog": {
"version": 1,
"records": [
{
"sourceList": [
"Design/Changes/v1.0/*.yaml"
],
"targetList": [
"ReleaseUnpacked/Changes/v1.0/AllSortedByDate.md"
],
"sortList": [
{
"date": "ascending"
}
],
"includeLabelList": [],
"excludeLabelList": []
},
{
"sourceList": [
"Design/Changes/v1.0/*.yaml"
],
"targetList": [
"ReleaseUnpacked/Changes/v1.0/AllSortedBySeverity.md"
],
"sortList": [
{
"label": "blocker"
},
{
"label": "critical"
},
{
"label": "major"
},
{
"label": "minor"
},
{
"label": "usa"
},
{
"label": "china"
},
{
"label": "gla"
},
{
"label": "boss"
},
{
"label": "civilian"
},
{
"date": "ascending"
}
],
"includeLabelList": [],
"excludeLabelList": []
},
{
"sourceList": [
"Design/Changes/v1.0/*.yaml"
],
"targetList": [
"ReleaseUnpacked/Changes/v1.0/ControversialOnlySortedByFaction.md"
],
"sortList": [
{
"label": "usa"
},
{
"label": "china"
},
{
"label": "gla"
},
{
"label": "boss"
},
{
"label": "civilian"
},
{
"date": "ascending"
}
],
"includeLabelList": [
"controversial"
],
"excludeLabelList": []
},
{
"sourceList": [
"Design/Changes/v1.0/*.yaml"
],
"targetList": [
"ReleaseUnpacked/Changes/v1.0/ArtOnlySortedByFaction.md"
],
"sortList": [
{
"label": "usa"
},
{
"label": "china"
},
{
"label": "gla"
},
{
"label": "boss"
},
{
"label": "civilian"
},
{
"date": "ascending"
}
],
"includeLabelList": [
"art"
],
"excludeLabelList": []
},
{
"sourceList": [
"Design/Changes/v1.0/*.yaml"
],
"targetList": [
"ReleaseUnpacked/Changes/v1.0/UsaOnlySortedByDate.md"
],
"sortList": [
{
"date": "ascending"
}
],
"includeLabelList": [
"usa"
],
"excludeLabelList": []
},
{
"sourceList": [
"Design/Changes/v1.0/*.yaml"
],
"targetList": [
"ReleaseUnpacked/Changes/v1.0/ChinaOnlySortedByDate.md"
],
"sortList": [
{
"date": "ascending"
}
],
"includeLabelList": [
"china"
],
"excludeLabelList": []
},
{
"sourceList": [
"Design/Changes/v1.0/*.yaml"
],
"targetList": [
"ReleaseUnpacked/Changes/v1.0/GlaOnlySortedByDate.md"
],
"sortList": [
{
"date": "ascending"
}
],
"includeLabelList": [
"gla"
],
"excludeLabelList": []
}
]
}
}
Loading

0 comments on commit 1f2c55e

Please sign in to comment.