Mario Lubenka
Mario Lubenka
> What is the reason to have the "low-level" fluid packages as dependencie added ? Would it not be enough to add typo3/cms-fluid as dependency which itself depends on fluid...
I'm not using GOG Galaxy myself anymore. Mainly because they never integrated the Overwatch achievements I sent them or ever got back to it. So I stopped following updates on...
> @saitho [Mixaill/galaxy-integration-gw2#4 (comment)](https://github.com/Mixaill/galaxy-integration-gw2/issues/4#issuecomment-541588150) Thanks! Contacted them on how we go about this. :)
I've talked to them. I wrote [a little script](https://github.com/saitho/galaxy_overwatch_achievement_exporter) for exporting the achievements from the website into a JSON file. This file was passed to GOG so they can add...
@FriendsOfGalaxy Can you give us any update on the progress of adding the achievements I sent you into the GOG Launcher?
Hi @ciltocruz, this plugin is mainly a hacky way to achieve simple backmerges with semantic-release. So far, hotfixes have not been part of the scope. There's also a note in...
Not sure what this is about. since plugin configurations should be part of semantic-release. Which semantic-release version are you using? I'll try to reproduce that issue.
What's the branch you're releasing from?
I think the behaviour is correct, with `allowSameBranchMerge=false`. You're releasing from `main` branch and specified it should be backmerged to `main`. Usually there is no point to backmerge into the...
> In the documentation it's stated that the default settings are `backmergeBranches: ['development']` and `allowSameBranchMerge=false`. The documentation states that `backmergeBranches: ['develop']` is the default branch for backmerges. In my world,...