Skip to content

Commit

Permalink
Minor correction to latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Mar 17, 2021
1 parent 862b320 commit 9deee1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE-PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ $ git push origin tag r3_7_0
This needs the `--force` option to overwrite the existing `latest` tag and move it to the current commit:

```
$ git tag latest
$ git tag --force latest
$ git push --force origin tag latest
```

Expand Down

0 comments on commit 9deee1f

Please sign in to comment.