Momo Kornher
Momo Kornher
Related: https://github.com/projen/projen/issues/1433
`cdk8s-cli@^2.0.0` exists now.
I can recreate this by just creating a branch called `scratch` The command should probably use a more unique name.
Relates to #2051
> I'm running into similar issues where I have to pull dependencies from a private repository in order to publish the package for rpm and maven. Can you confirm what...
Thanks! I wanted to make sure I understand the requirements better. 👍🏻 --- Conceptually I think the split between `release` and `publish` doesn't work at the moment. It's done so...
> As I mentioned above providing `yarn install` with the credentials is only have of the solution. I've no idea how to also pass this information to the maven (and...
I don't like the tight coupling with `CI`, but this currently the indented behavior. Workarounds for old behavior are available.
> I expect though, that running yarn release bumps the version, am I wrong? That's correct. Except there is an exemption for the first release. Which is what you've encountered....
@Butterneck Did you change the release trigger to manual? Because without that, projen expects to be released via a GitHub Action and the local `yarn release` command doesn't do what...