Skip to content

TTT-2/ttt2-release_prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttt2 release prep script

This script updates the following files in the ttt2 codebase to prepare for a release:

  • CHANGELOG.md (idempotent)
  • gamemodes/terrortown/gamemode/shared/sh_init.lua (idempotent)
  • gamemodes/terrortown/gamemode/client/cl_changes.lua (not idempotent)

Usage

Before running this make sure you have all needed requirements installed:

pip install -r requirements.txt
usage: releaseprep.py [-h] [--ttt2repo TTT2REPO] version

Prepare TTT2 files for a release.

positional arguments:
  version              The new version string. e.g. '0.13.1b'.

options:
  -h, --help           show this help message and exit
  --ttt2repo TTT2REPO  Base path to the ttt2 repo.

About

Prepares TTT2 files for a release

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published