File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,16 @@ version listed in the manifest file. So, if the version field in the manifest
51
51
is "0.1.1" the tag should be either "0.1.1" or "v0.1.1". If the manifest file
52
52
is valid, the version will be automatically added to the plugins site.
53
53
54
- We highly suggest that you ** do not overwrite old tags** , instead, update the
55
- version number tag in the manifest, commit, and create a new tag to fix any
56
- errors you've encountered.
54
+ The registry ** does not support re-processing tags that it has already seen.**
55
+ Therefore, we strongly suggest that you ** do not overwrite old tags** . Instead,
56
+ update the version number tag in the manifest, commit, and create a new tag to
57
+ fix any errors you've encountered.
58
+
59
+ For example, you've pushed version ` v1.7.0 ` of your plugin, but there is an
60
+ [ error detected] ( /error.log ) in the manifest. If you fix the error, delete,
61
+ re-create, and push another ` v1.7.0 ` tag, the registry ** will not** detect it.
62
+ You will have to create and push ` v1.7.1 ` .
63
+
57
64
58
65
## Troubleshooting
59
66
You can’t perform that action at this time.
0 commit comments