Create releases on GitHub - defterai/StarCitizenModding GitHub Wiki

Create release manually step-by-step

  1. Ensure all files is uploaded to repository master branch
  2. Press Create a new release link under Releases
  3. 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
  4. 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)
  5. 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.
  6. Press Publish release button

Create release by github actions

  1. Ensure all files is uploaded to repository master branch
  2. Open Actions tab in your GitHub repository
  3. Select Create LIVE Release or Create PTU Release
  4. Press Run workflow and in dropdown dialog type package version under Localization version:
  5. Ensure other parameteres is correct and press Run workflow button