Create releases on GitHub - defterai/StarCitizenModding GitHub Wiki
Create release manually step-by-step
Ensure all files is uploaded to repository master branch
Press Create a new release link under Releases
In Tag version field write your localization version. This tag should be unique and each release version number should increase. For PTU you should always use tag with -ptu postfix so update applications would know this is only for PTU game version
Example LIVE tag: 1.0
Example PTU tag: 1.0-ptu
In Release title field write you localization version and version of game for which this release is targeted.
Recommended example: 1.0 (3.10.2-LIVE)
In case version is not final set mark in field This is a pre-release. Pre-releases would be displayed in update applications only if user select option to show alpha versions. You can edit this flag in any time. This is very useful for provide release to limited amount testers and after testing change it type, so everyone can install it.
Press Publish release button
Create release by github actions
Ensure all files is uploaded to repository master branch
Open Actions tab in your GitHub repository
Select Create LIVE Release or Create PTU Release
Press Run workflow and in dropdown dialog type package version under Localization version:
Ensure other parameteres is correct and press Run workflow button