Modern QA2026Hands-On Exercise — tiles
Log inJoin
48 / 57 · 17 Git & Version Control · Tagging and Releases← prev⊞ allnext →☰ Read as one page

6.8Hands-On Exercise

  1. Create an annotated tag for a "release" with test result metadata in the message
  2. Push the tag and create a GitHub Release with formatted release notes
  3. Practice checking out a tag and creating a hotfix branch from it
  4. Use git log v1..v2 to compare two releases and identify what needs regression testing
  5. Set up an automated release tag in your CI pipeline that runs after all tests pass
  6. Write a release sign-off checklist that your team can use for every release