We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fceb123 commit eb499a4Copy full SHA for eb499a4
package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"test": "echo \"Error: no test specified\" && exit 1",
12
"changeset": "changeset",
13
- "release": "changeset version && git commit -am 'chore(release): ${{changeset.version}}' && changeset publish --public",
+ "release": "changeset version && git commit -am 'chore(release): ${{changeset.version}}' && changeset publish --public && git push --tags",
14
"ci:publish": "changeset publish",
15
"pack": "pnpm -r pack"
16
},
0 commit comments