File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -60,20 +60,6 @@ Here are a few things you can do that will increase the likelihood of your pull
60
60
include a small description of the biggest changes in the new version.
61
61
6 . Click "Publish Release".
62
62
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
-
77
63
## Resources
78
64
79
65
- [ How to Contribute to Open Source] ( https://opensource.guide/how-to-contribute/ )
You can’t perform that action at this time.
0 commit comments