diff --git a/Release-creation/index.html b/Release-creation/index.html index c39d3da..5e1aa25 100644 --- a/Release-creation/index.html +++ b/Release-creation/index.html @@ -184,7 +184,11 @@
  1. Mergerolling into master branch
  2. Best to wait for the GitHub action to run successfully
  3. -
  4. On master branch tag the version like v11.3.1 and don't forget to push it.
  5. +
  6. On master branch tag the version like v11.3.1 and don't forget to push it: + git checkout master + git pull + git tag v14.0.0 + git push --tags
  7. Wait for the GitHub-Action of release creation. After all is done: