Pavel Zolotarevskiy

Results 170 comments of Pavel Zolotarevskiy

@swick it seems like your mechanism doesn't auto-update the dependencies though? From what I can see, the date tag is pinned to a specific value which has to be updated...

@swick the way I did CI image building more closely resembles how it worked before, where the image always had the latest dependencies I understand the benefits of your method,...

@GeorgesStavracas regarding the automatic generation of translations, if every single change will be going through a PR, one option would probably be to create another action that checks if any...

I did some experimentation and yes, it is absolutely possible to run an action when a tag is pushed and then add a commit to that existing tag. The only...

Hmm, I don't think there is any way to interactively provide inputs to a GitHub action. Perhaps there could be a releases.yaml/toml/json/whatever file that triggers a release when someone commits...

Oh, wait, you can actually provide inputs to an action: https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/ However, you can't provide a multiline string to it https://github.com/orgs/community/discussions/12882 So I'm not sure if it'll be a good...

Oops, I didn't see that the repo already has a NEWS file. I'll try to work on this issue then!

The RELEASE_HOWTO file mentions building the documentation (although it lists the old docbook meson flag instead of the new one). Is this step still necessary or does the `pages.yml` action...

@GeorgesStavracas another question: The version and the changelog can be taken from the NEWS file automatically with some regex. Should I also use it to automatically determine if the release...

Alright, I'll probably make it so that those values are automatically determined by default but you can also specify them when running the action to override the default values. At...