Skip to content

Commit

Permalink
adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlanz committed Jul 29, 2023
1 parent 8289cf5 commit cc7a6e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ In order to have a verioning in place and working, create leightweight tags that
Creating a new minor release:
```bash
git tag 1.0
git tag v1
git push --tags
```

Replacing an already existing minor release:

```bash
git tag -d 1.0
git push origin :refs/tags/1.0
git tag 1.0
git tag -d v1
git push origin :refs/tags/v1
git tag v1
git push --tags
```

0 comments on commit cc7a6e2

Please sign in to comment.