Search

You can find the results of your search below.

Fulltext results:

01.02. Creating a Release
5 Hits, Last modified:
er merging, ensure you are on the stable branch: <code bash>git checkout stable git pull origin stable</code> - Create a version tag for the release: <code bash>git tag v1.0.0 git push origin v1.0.0</code> - Replace ''v1.0.0'' with your desired version nu