Skip to content

Release Workflow

Nikekson edited this page Mar 5, 2023 · 2 revisions
  1. Create a signed tag at the latest commit and push it:
version="1.0.0"
git tag -s -a "v${version}" -m "X-Moto ${version}"
git push "v${version}"
  1. Find the tag you just pushed on the tags page: https://github.com/xmoto/xmoto/tags

  2. Click on Create release:
    image

  3. Fill in the info and release!

Clone this wiki locally