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
Here's a slightly improved version of your deployment instructions, which clarifies the steps and ensures consistency:
321
+
322
+
---
323
+
324
+
## Deployment Instructions
325
+
326
+
To deploy a new version and publish it to npm, follow these steps:
327
+
328
+
1. Check the current version in `package.json`.
329
+
330
+
2. Create a new tag that is one version higher than the version specified in `package.json`, following semantic versioning (e.g., `v1.0.1` → `v1.0.2`).
0 commit comments