Tom Payne

Results 193 comments of Tom Payne

> * I tried to create a manifest with it and got a vague error, not sure why yet: Is this error from parsing the URL or the contents of...

Thank you for the investigation! The chezmoi binary is currently just the chezmoi program itself, not an installer like `DiscordSetup.exe`.

Sorry for my assumptions here - I was wrong. I suspect that the population of VERSIONINFO should be done by the go toolchain and that goreleaser has no control over...

The release signing in #2394 uses cosign, whereas Windows has its own signing system which we'd need to use.

Thanks for the link. According to that I need to pay $70/year and maintain a self-hosted Windows GitHub Actions runner. This is more than I am prepared to do.

OK, I've added `fromToml`, `toToml`, `fromIni`, `replaceRE` (as `replaceAllRegex`), and `comment`. For `toIni`, I don't think it's possible to add a sensible function for two reasons: 1. The ini file...

> I am hopeful that there may be an opportunity to allow mixed-case keys within chezmoi config at some point although for that I would make another request for discussion...

#2279 tracks the feature request for `partial` and `return` so it doesn't get forgotten.

My understanding is that SRPM packages are tar archives with the source archive in a `SOURCES/` subdirectory and a `.spec` file in a `SPECS/` subdirectory. GoReleaser already [generates source archives](https://goreleaser.com/customization/source/)....

Should this issue be transferred back to goreleaser?