Asbjørn Ulsberg

Results 576 comments of Asbjørn Ulsberg

Thanks for the pointers and suggestions, @EliotJones!

I was just hit by this void of information and thankfully found this issue giving me a bit more information and context. More elaborate documentation in the PDF + custom...

I see no problem adding support for PEP440, but before we write any new code in GitVersion, it would be good if you could try the various [configuration options GitVersion...

Thanks for figuring out the required config to get this to work. It's very helpful to see for someone not intimately familiar with PEP440 such as myself. If we were...

Yes. I don't want to change the GitVersion defaults to be PEP440 compatible, since its's PEP440 that is the odd one out here not supporting SemVer 2.0. But we can...

I think the word `scheme` is more consistent with the existing configuration, so `pre-release-tag-scheme` would be a good name of such a configuration property, with the values `SemVer2` (default) and...

I just realized that the de facto standard package manager for PHP, [Composer](https://getcomposer.org/), implements a subset of SemVer in its requirement of prerelease labels of [`version`](https://getcomposer.org/doc/04-schema.md#version) to be one of...

Seems like also [Ruby Gems have a strict interpretation of what makes a valid prerelease label](https://guides.rubygems.org/patterns/#prerelease-gems).

Docker is another one with peculiar format requirements for its tags. I've discovered that `+` yields the "invalid reference format" error, but I'm sure there are other characters that aren't...

Adding `fetch-depth: 0` to `actions/checkout` seems to have fixed the problem. As that slows down the build, it would be nice to know why `unity-builder` is performing `git fetch --unshallow`...