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
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
Add support for automatically handling the tagging/release creation process for Lerna monorepos. This will involve hoisting out the path to the VERSION file and prepending a owner name to tags in the form @owner/package@version. This will also require being able to push multiple tags at once and a CHANGELOG.md in each successive package.
Add support for automatically handling the tagging/release creation process for Lerna monorepos. This will involve hoisting out the path to the
VERSION
file and prepending a owner name to tags in the form@owner/package@version
. This will also require being able to push multiple tags at once and aCHANGELOG.md
in each successive package.See https://github.com/lightspeed/flame/blob/next/packages/flame/package.json#L2
The text was updated successfully, but these errors were encountered: