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
6060 include a small description of the biggest changes in the new version.
61616 . 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/ )
You can’t perform that action at this time.
0 commit comments