Merge pull request #192250 from figsoda/changie

changie: fix version output, add figsoda to maintainers
This commit is contained in:
figsoda
2022-09-22 12:20:16 -04:00
committed by GitHub
2 changed files with 16 additions and 2 deletions
+6 -2
View File
@@ -13,12 +13,16 @@ buildGoModule rec {
vendorSha256 = "sha256-9Cpyemq/f62rVMvGwOtgDGd9XllvICXL2dqNwUoFQmg=";
patches = [ ./skip-flaky-test.patch ];
ldflags = [ "-s" "-w" "-X=main.version=${version}" ];
meta = with lib; {
homepage = "https://changie.dev";
changelog = "https://github.com/miniscruff/changie/blob/v${version}/CHANGELOG.md";
description = "Automated changelog tool for preparing releases with lots of customization options";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}
@@ -0,0 +1,10 @@
--- a/core/change_test.go
+++ b/core/change_test.go
@@ -353,6 +353,7 @@ var _ = Describe("Change ask prompts", func() {
})
It("gets error for invalid body", func() {
+ Skip("")
var min int64 = 5
submitFailed := false
config := Config{