Skip to content

Commit 8f90b53

Browse files
authored
Update README.md
1 parent 312d023 commit 8f90b53

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ The repos this process pulls from are:
2929

3030
We use lightweight tags to indicate the environment a specific commit will deploy to:
3131
```
32-
git checkout <commit-hash>
33-
git tag dev
34-
git push --tags -f
32+
git checkout <commit-hash> (if work to be released isn't your working copy)
33+
git tag -d dev (to remove existing tag)
34+
git tag dev (set dev tag to HEAD commit)
35+
git push --tags -f (push commit to GH)
3536
```
3637

3738
### GH Actions

0 commit comments

Comments
 (0)