Skip to content

Approval and Release of SOPs

Tailwind CSS chat bubble component

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:

Terminal window
git checkout main
git merge improve-dna-lysis-step

The updated SOP is now validated.

Tag the Approved Version

To mark an official release:

Terminal window
git tag -a v2.1.0 -m "Validated DNA extraction protocol"

Tags create:

  • Stable reference points
  • Clear approval milestones
  • Reproducible protocol states
  • Structured release history

A tag can represent:

  • Annual SOP review
  • Safety validation
  • Publication-ready version