Merge pull request #192250 from figsoda/changie

changie: fix version output, add figsoda to maintainers

authored by figsoda and committed by GitHub cbb16e90 866be164

+16 -2
+6 -2
pkgs/development/tools/changie/default.nix
··· 13 13 14 14 vendorSha256 = "sha256-9Cpyemq/f62rVMvGwOtgDGd9XllvICXL2dqNwUoFQmg="; 15 15 16 + patches = [ ./skip-flaky-test.patch ]; 17 + 18 + ldflags = [ "-s" "-w" "-X=main.version=${version}" ]; 19 + 16 20 meta = with lib; { 17 21 homepage = "https://changie.dev"; 22 + changelog = "https://github.com/miniscruff/changie/blob/v${version}/CHANGELOG.md"; 18 23 description = "Automated changelog tool for preparing releases with lots of customization options"; 19 24 license = licenses.mit; 20 25 platforms = platforms.unix; 21 - maintainers = with maintainers; [ matthiasbeyer ]; 26 + maintainers = with maintainers; [ figsoda matthiasbeyer ]; 22 27 }; 23 28 } 24 -
+10
pkgs/development/tools/changie/skip-flaky-test.patch
··· 1 + --- a/core/change_test.go 2 + +++ b/core/change_test.go 3 + @@ -353,6 +353,7 @@ var _ = Describe("Change ask prompts", func() { 4 + }) 5 + 6 + It("gets error for invalid body", func() { 7 + + Skip("") 8 + var min int64 = 5 9 + submitFailed := false 10 + config := Config{