## What The sdlc repo has no version tags. Tag the current state as v0.1.0. ## Why Consistency across the project. ## How git tag -a v0.1.0 -m 'Initial release: implementation plan, milestones, workflows, ADRs' git push origin v0.1.0
What
The sdlc repo has no version tags. Tag the current state as v0.1.0.
Why
Consistency across the project.
How
git tag -a v0.1.0 -m 'Initial release: implementation plan, milestones, workflows, ADRs'
git push origin v0.1.0