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
publish script should git tag -a ${version}. I manually tagged the 16.1.0-beta release.
The post-build test instructions should show fully-qualified paths to prevent you from accidentally verifying the wrong build (eg the checkout the release script is running from rather than the -p path)
publish-to-npm check should handle pre-1.0 packages. (This one failed for the 0.2.0 reconciler release b'c it expected it to be 16.1.0-beta.) For that matter, it should have probably been 0.2.0-beta
When publishing a stable release (@latest) also update the next release to point to it.
Today I used the new release script for the first time to publish
16.1.0-beta. Here are a couple of things I noticed that I want to follow-up on:PR #11434
PR #11437
publishscript shouldgit tag -a ${version}. I manually tagged the16.1.0-betarelease.-ppath)publish-to-npmcheck should handle pre-1.0 packages. (This one failed for the0.2.0reconciler release b'c it expected it to be 16.1.0-beta.) For that matter, it should have probably been0.2.0-beta@latest) also update the next release to point to it.