Fulltext results:
- 01.02. Creating a Release
- 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