Olivier Vernin

Results 343 comments of Olivier Vernin

> Is it still desirable to have a new source as deceived? Long term answer, yes, and Damien suggestion to have something like `githubrelease/artifactUrl` is a great idea. The first...

Interesting request, I had similar needs for JIRA and GitHub issues :D IMHO it would make sense to have a new plugin for this

I now realize this plugin is missing a lot of tests...

> No change = skipped, at least that's how I always understood updatecli states until now (?) I think it's how I understood it as well, initially. But the problem...

Reoping this issue as #1728 highlighted that additional scenarios must be considered

It should be pretty straight forward, I just don't know if we need to extend the github action autodiscovery plugin or create a new one inspired by the plugin.

Adding this issue to the next milestone as it should be pretty straighforward but I have no ETA as I would like to finish a few other things first

Looking at the discussion, it appears that an action to notify is what you are looking for. I have this in the back of my head for a while, I...

Good point @btrepp Would you have a sanitized manifest that I could try to reproduce your issue? I don't understand why two targets with a dependson couldn't work

Mmmh interesting bug. It seems to affect the default yaml parser we use on Updatecli ``` sources: goccy: kind: yaml spec: file: /tmp/test.yaml key: "$.version" transformers: - semverinc: "minor" goyaml:...