Skip to content

Commit

Permalink
Merge pull request #299342 from gabyx/feature/update-git-town-13
Browse files Browse the repository at this point in the history
git-town: 11.1.0 -> 13.0.0
  • Loading branch information
wegank committed Apr 6, 2024
2 parents 8eb3290 + 947043d commit 276c516
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6969,6 +6969,15 @@
githubId = 1313787;
name = "Gabriella Gonzalez";
};
gabyx = {
email = "gnuetzi@gmail.com";
github = "gabyx";
githubId = 647437;
name = "Gabriel Nützi";
keys = [{
fingerprint = "90AE CCB9 7AD3 4CE4 3AED 9402 E969 172A B075 7EB8";
}];
};
gador = {
email = "florian.brandes@posteo.de";
github = "gador";
Expand Down
2 changes: 2 additions & 0 deletions nixos/doc/manual/release-notes/rl-2405.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m

- `unrar` was updated to v7. See [changelog](https://www.rarlab.com/unrar7notes.htm) for more information.

- `git-town` was updated from version `11` to `13`. See the [changelog](https://github.com/git-town/git-town/blob/main/CHANGELOG.md#1300-2024-03-22) for breaking changes.

- `k9s` was updated to v0.31. There have been various breaking changes in the config file format,
check out the changelog of [v0.29](https://github.com/derailed/k9s/releases/tag/v0.29.0),
[v0.30](https://github.com/derailed/k9s/releases/tag/v0.30.0) and
Expand Down
4 changes: 1 addition & 3 deletions pkgs/applications/version-management/git-town/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ buildGoModule rec {
let
skippedTests = [
"TestGodog"
"TestRunner_CreateChildFeatureBranch"
"TestShellRunner_RunStringWith_Dir"
"TestMockingShell_MockCommand"
"TestShellRunner_RunStringWith_Input"
];
Expand Down Expand Up @@ -63,7 +61,7 @@ buildGoModule rec {
description = "Generic, high-level git support for git-flow workflows";
homepage = "https://www.git-town.com/";
license = licenses.mit;
maintainers = with maintainers; [ allonsy blaggacao ];
maintainers = with maintainers; [ allonsy blaggacao gabyx ];
mainProgram = "git-town";
};
}

0 comments on commit 276c516

Please sign in to comment.