Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kruegert authored Aug 10, 2022
1 parent c233610 commit e67923a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ Any tagged commit to a branch will trigger a build. This will appear under relea
**Tagging Conventions:** All release tags should look like `v{version_number}_{branch_name}`.

* Tagging Example: `git tag "vX.X_scope2screen"` (adds a tag) followed by `git push --tags` (pushes the tag)

* Remove tags via: `git tag -d "vX.X_scope2screen"` (locally) `git push origin :refs/tags/"vX.X_scope2screen"` (remotelty)

0 comments on commit e67923a

Please sign in to comment.