hdevalke
hdevalke
Retried now https://github.com/convco/convco/actions/runs/3123264167/jobs/5065791763 looks working again
The docker image is based on alpine, because of an issue in gitlab to use single binary images, see: https://github.com/convco/convco/pull/9#issuecomment-694440617 . We can probably build for multiple architectures using images...
I am open for a pull request. I had trouble to cross compile using cross (linker problems). It would be good to move the build of the images to github...
Currently the build fails, because the version of curl should be updated. ``` > [linux/amd64 upx-downloader 2/3] RUN apk add --no-cache curl=7.78.0-r0 jq=1.6-r1 xz=5.2.5-r0 ;: #30 0.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz #30...
I removed the versions, but now the build was stuck: https://github.com/convco/convco/runs/3645509471?check_suite_focus=true#step:6:808 I can't reproduce it locally though. I could remove the upx step, but I don't think the issue is...
I removed the upx step and the build was successfully. https://github.com/convco/convco/actions/runs/1296474571
The prefix is only used to parse the number out of the tag. maybe --max-minors or --max-majors could be added. you could always specify a range (v2.0.0..) to show/check all...
Pre-release versions are interesting, if one would print a changelog of the last major it should ignore the current pre-release versions, but include the pre-release versions of that major. e.g....
@ite-klass and @ctron https://github.com/convco/convco/pull/79 does implement the `--max-majors/minors/patches` If multiple flags are combined the first one that is reached will make the changelog generator stop e.g. `convco changelog --max-minor 2...
I usually like some freedom in how devs like to work. Maybe it is good to add these files to a `/contrib` folder so people can use them if they...