Skip to content

Commit 6388fe7

Browse files
committed
fix: create api/app tags as well
1 parent d054f13 commit 6388fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dev": "docker compose -f docker-compose.dev.yml up -d && yarn app:dev && docker compose -f docker-compose.dev.yml down",
3535
"lint": "npx nx run-many -t ci:lint",
3636
"version": "make version",
37-
"release": "npx nx run-many --target=build --projects=@hyperdx/common-utils && npx changeset publish"
37+
"release": "npx nx run-many --target=build --projects=@hyperdx/common-utils && npx changeset tag && npx changeset publish"
3838
},
3939
"lint-staged": {
4040
"**/*.{ts,tsx}": [

0 commit comments

Comments
 (0)