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
feat(ci): support newChange, createRelease/changelogs, pre-release changelogs for multiple ext (#4701)
* feat(ci): support newChange, createRelease/changelogs, pre-release changelogs for multiple ext
- Pre-releases on GitHub with both extension artifacts will now have both recent changelogs in the description.
- newChange and createRelease work on the individual extensions now, and must be accessed with e.g. -w packages/toolkit instead of running at root.
- Release pipeline will call the target extension's createRelease script.
TODO:
- When we release, the "latest" will just refer the last extension that was released. Maybe we should have custom tags if possible.
* add migration newChange, createRelease to root npm scripts
* add comment
* unneeded var
* Update .github/workflows/release.yml
Co-authored-by: Justin M. Keyes <[email protected]>
---------
Co-authored-by: Justin M. Keyes <[email protected]>
0 commit comments