Skip to content

Commit ea2efb9

Browse files
author
Federico Builes
committed
Removing bit about pushing tags to non semver branches.
1 parent 1d44c61 commit ea2efb9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,6 @@ Here are a few things you can do that will increase the likelihood of your pull
6060
include a small description of the biggest changes in the new version.
6161
6. Click "Publish Release".
6262

63-
You now have a tag and release using the semver version you used
64-
above. The last remaining thing to do is to move the dynamic version
65-
identifier to match the current SHA. This allows users to adopt a
66-
major version number (e.g. `v1`) in their workflows while
67-
automatically getting all the
68-
minor/patch updates.
69-
70-
To do this just checkout `main`, force-create a new annotated tag, and push it:
71-
72-
```
73-
git tag -fa v2 -m "Updating v2 to 2.3.4"
74-
git push origin v2 --force
75-
```
76-
7763
## Resources
7864

7965
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)

0 commit comments

Comments
 (0)