We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfce3c3 commit 94127c2Copy full SHA for 94127c2
DEV.md
@@ -18,6 +18,6 @@ you.
18
- Make sure you can run build successfully: `npm run build`
19
- Update version: `npm version {major|minor|patch}`
20
- Push to main: `git push origin main`
21
-- Push tags: `git push origin v{X.X.X}`
+- Push tags: `git push origin tag v{X.X.X}`
22
23
The CI/CD pipeline will automatically publish the package to npm.
0 commit comments