Tag the Approved Version
To mark an official release:
git tag -a v2.1.0 -m "Validated DNA extraction protocol"When is a protocol officially approved?
After review and agreement, the change can be merged into the main branch.
This represents formal approval.
Once approved:
git checkout maingit merge improve-dna-lysis-stepThe updated SOP is now validated.
Tag the Approved Version
To mark an official release:
git tag -a v2.1.0 -m "Validated DNA extraction protocol"Tags create:
A tag can represent: