bolt icon indicating copy to clipboard operation
bolt copied to clipboard

Is there a detailed spec available of the in-progress commands?

Open cwhitten opened this issue 7 years ago • 2 comments
trafficstars

I'm interested in bolt's take on independent project versioning compared to lerna's. I see the version command is in development but can't find any further detail. I'm also interested in any planned efforts to generate package changelog's.

cwhitten avatar Jan 13 '18 15:01 cwhitten

By default bolt doesn't have any opinions on versioning, independent or otherwise. The publish command will just publish anything that has been bumped locally that is not on npm.

Externally we've got a tool that adds an opinionated way to independentally version components that we'll be realeasing soon as bolt-releases.

Bolt version is being actively worked on right now which will work similar to Lerna versioning commands.

Re: changelogs we currently generate ours using the same tooling as what will become bolt releases but we'll likely pull the two apart so you can use one without the other.

lukebatchelor avatar Jan 14 '18 01:01 lukebatchelor

Hi, I just want to say that it would be rad if Bolt had parity with npm and Yarn’s separate version and publish commands, rather than overloading publish the way that Lerma does. :beers:

shawnbot avatar Apr 29 '18 04:04 shawnbot