Isaac Mann
Isaac Mann
No, not your fault. We're working on fixing that e2e test.
Closing this PR due to inactivity. @AndrewRedican , please reopen it if you add some e2e tests and still want to have `nx-clone` listed in the plugin registry.
Yeah, that sounds like a useful PR. I'd merge that. If params is `undefined` use the `url` without modifications. If params is defined, then: 1. Format the keys and values...
I'm trying to think through how this would work myself. I want to be able to have a CHANGELOG.md for each library - so one each for `@corp/core`, `@corp/common`, and...
This [issue](https://github.com/semantic-release/semantic-release/issues/193) makes it seem like `semantic-release` might not be the best solution for managing multiple npm packages in the same git repo. It looks like [lerna](https://github.com/lerna/lerna#readme) and [lerna-semantic-release](https://github.com/atlassian/lerna-semantic-release) can...
@jskrzypek Does semantic-release do that automatically, or would I have to write my own script to parse the commit messages?
Yes, that makes sense. `type:data-access` should be able to depend on `type:util` or `type:data-access`
You have two options: 1. Don't try to share feature libraries. Each app would then use a shared data-access and ui library in its own feature library. 2. Relax the...
It works for me after following the instructions in the readme. Make sure to copy the `.env.example` to `.env`
Closing in favor of #23247