Recherche

Voici les résultats de votre recherche.

Résultats plein texte:

01.02. Creating a Release
5 Occurrences trouvées, Dernière modification :
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