Eric K.
Eric K.
Hey @travi , sorry for not explaining the reasoning in details. So let me give you some better overview. What I want to do is use the semantic-release JS API...
> I'd like to share that this feature will solve my problem... > Currently, I have a CI pipeline that has multiple slaves in parallel generating the build on different...
@paulpas Check out https://developer.hashicorp.com/terraform/language/expressions/type-constraints#optional-object-type-attributes You can provide the default value as the second parameter of the `optional` method.
Hey @RobertCraigie 👋 When I try the exact same approach you've mentioned I receive a runtime zod error of: ``` ZodError: [ { "code": "invalid_union_discriminator", "options": [ "foo", "custom" ],...
I have the exact same problem. The files will always be opened in the last used panel. Would really appreciate if such feature is added to save the locations.
Thanks @Xiphe for the initial idea. Created my own based on this, sharing for anyone interested. Thought about creating an npm package for this, but I don't think it's worth...
Hey @felipecrs , Actually if it would be needed heavily then I could create such "plugin" (if people would prefer that over the few lines of code, i guess they...
> This issue is more than two years old already. And I don't see ANY new feature being added to semantic-release core in the recent years either. > > So,...
@Xiphe hmm sounds like an idea also. So if you'd like I can create such plugin, just please let me know what features would you like apart from the obvious...
@Xiphe Definitely wasn't planning to add the `MAJOR_VERSION_TAG` variable as part of the plugin, it was just part of the example in my case, because I use the same config...