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
Tracking issue for the rest of the items we are automating in releases based on comment in #4849 :
Still missing:
automatically determining which release scope and type is required
actually releasing the packages once the PR is merged (currently needs to be done manually via NODE_AUTH_TOKEN=<your-token-here> npm run release:publish)
automatically creating the releases once the PR is merged (currently needs to be done by running npm run _github:draft_release:stable, _github:draft_release:experimental, _github:draft_release:api) and then publishing the created draft release
The text was updated successfully, but these errors were encountered:
@JamieDanielson I'm good with the current state, they already cut down the complexity to release significantly. 🙂
I'd say we create a new issue if we see room for improvement somewhere.
Tracking issue for the rest of the items we are automating in releases based on comment in #4849 :
Still missing:
NODE_AUTH_TOKEN=<your-token-here> npm run release:publish
)npm run _github:draft_release:stable
,_github:draft_release:experimental
,_github:draft_release:api
) and then publishing the created draft releaseThe text was updated successfully, but these errors were encountered: