We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a852785 commit 9429b0bCopy full SHA for 9429b0b
ReadMe.md
@@ -137,4 +137,6 @@ To build a new package, after committing the changes:
137
2. change the version value `VERSION=NEW_VERSION` in `Makefile`
138
3. make the package, i.e. run `make version`
139
4. create a new version tag with `git tag vNEW_VERSION`
140
- 5. push your changes
+ 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