Skip to content

Commit 9429b0b

Browse files
author
og
committed
Minor changes in readme
1 parent a852785 commit 9429b0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ReadMe.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,6 @@ To build a new package, after committing the changes:
137137
2. change the version value `VERSION=NEW_VERSION` in `Makefile`
138138
3. make the package, i.e. run `make version`
139139
4. create a new version tag with `git tag vNEW_VERSION`
140-
5. push your changes
140+
5. push your changes using `--tags`, i.e., `git push --tag origin`.
141+
142+
To remove a wrong tag **before** pushing use `git tag -d vNEW_VERSION`.

0 commit comments

Comments
 (0)