Tyrone Meijn

Results 18 comments of Tyrone Meijn

Very old issue, but anyone that's looking into this the commitGroup is an object with title and array of object commits: ```javascript commitGroup = { title: 'Features' commits: [{ /*...

Note: I think the workaround mentioned in the referenced issue is fixed in 14.9, see https://docs.gitlab.com/ee/ci/yaml/includes.html#use-nested-includes-with-duplicate-includes-entries Release post: https://about.gitlab.com/releases/2022/03/22/gitlab-14-9-released/#include-the-same-cicd-template-multiple-times And the MR that fixed it: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78297/diffs

My original thought: >Hmm, I'd personally say that making a 'fix' (workaround) for another workaround that has been fixed in the product ~5 months ago is not necessary. I'll just...

As a workaround I use this when running it in CI: ```shell # sed explanation: # 1. Removes all lines with not in config. It adds nothing valuable # 2....

@nitrocode If I understand the previous behavior correctly: ```hcl db_subnet_group_name = local.db_subnet_group_name_provided ? var.db_subnet_group_name : ( local.subnet_ids_provided ? join("", aws_db_subnet_group.default.*.name) : null ) ``` if `local.subnet_ids_provided` is false, and no...

So the commit analyzer has nothing to do with writing the changelog. It just tells semantic-release whether there should be a release or not. `@semantic-release/release-notes-generator` determines which commit `types` show...

Also running into this now, would be nice if this could be solved Running version 1.0.12 of the Compose CLI. usecase: I want to run the ecs apps on FARGATE_SPOT...

Hey @agaudreault-jive do you still actively use this fork? I am using it happily, wondering if you could update it with the latest changes from `master`.