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: DEVELOPMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Immediately after bumping the version, use the `release:start-ci-publish` npm sc
57
57
> __Note: By default, publishing will be done to the `latest` tag on npm.__ To publish on a different `dist-tag` set the `APOLLO_DIST_TAG` environment variable. E.g. To publish to the `alpha` tag instead of `latest`, the following command would be `APOLLO_DIST_TAG=alpha npm run release:start-ci-publish`.
58
58
59
59
```
60
-
npm run release:start-ci-publish
60
+
APOLLO_DIST_TAG=latest npm run release:start-ci-publish
0 commit comments