ThalesGroup / kessler-game

Kessler is a simulation environment loosely modeled after our internal project PsiBee and the external project Fuzzy Asteroids. The game has ships that shoot bullets at asteroids to gain score. Ships can collide with asteroids and other ships and lose lives.
https://github.com/ThalesGroup/kessler-game
Apache License 2.0
8 stars 5 forks source link

Automate releases from commits to main with tags #11

Closed TimArnettThales closed 6 months ago

TimArnettThales commented 1 year ago

Currently releases are performed manually. This will update workflows with github actions such that releases will be automatically generated when any commit to the main branch is made with tags beginning with v - for versions.

TimArnettThales commented 6 months ago

We're going to keep releases manual for now.