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: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
"prepare_release:experimental": "npm run _check:no_changes && npm run _backup:package-json && npm run _workspace:remove_api && npm run _workspace:remove_semconv && npm run _workspace:remove_stable && npm run _workspace:bump_version && npm run _restore:package-json && npm run _changelog:prepare_experimental",
34
34
"prepare_release:sdk": "npm run _check:no_changes && npm run _backup:package-json && npm run _workspace:remove_api && npm run _workspace:remove_semconv && npm run _workspace:bump_version && npm run _restore:package-json && npm run _changelog:prepare_experimental && npm run _changelog:prepare_stable",
35
35
"prepare_release:semconv": "npm run _check:no_changes && npm run _backup:package-json && npm run _workspace:remove_everything_except_semconv && npm run _workspace:bump_version && npm run _restore:package-json && npm run _changelog:prepare_semconv",
36
-
"prepare_release:all": "npm run _check:no_changes && npm run _backup:package-json && npm run _workspace:remove_api && npm run _workspace:remove_semconv && npm run _workspace:bump_version && cd api/ && npm version $RELEASE_BUMP && cd .. && nx run-many -t align-api-deps && npm run _restore:package-json && npm run _changelog:prepare_all",
36
+
"prepare_release:all": "npm run _check:no_changes && npm run _backup:package-json && npm run _workspace:remove_api && npm run _workspace:remove_semconv && npm run _workspace:bump_version && cd api/ && npm version $RELEASE_TYPE && cd .. && nx run-many -t align-api-deps && npm run _restore:package-json && npm run _changelog:prepare_all",
37
37
"comment_internal": "echo scripts below this line are for internal use",
38
38
"_check:no_changes": "if [ ! -z \"$(git status -uall --porcelain)\" ]; then echo Please ensure all changes are committed; exit 1; fi",
0 commit comments