You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,4 +202,6 @@ npm run storage-to-diagrams
202
202
- Create a new commit with the version bump.
203
203
- Generate the corresponding Git tag.
204
204
205
-
There is no need to create a full GitHub release for prerelease versions, a Git tag is sufficient.
205
+
Running this command ensures that the version in package.json matches the Git tag. This alignment is required for correct package publication and to automatically determine the appropriate npm dist tag (see [publish.yml](../.github/workflows/publish.yml)).
206
+
207
+
> Note: There is no need to create a full GitHub release for prerelease versions, a Git tag is sufficient.
0 commit comments