We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69183f commit bdbf342Copy full SHA for bdbf342
1 file changed
README.md
@@ -4,6 +4,22 @@ Custom PowerShell git aliases and tab completion helpers on top of `posh-git` an
4
5
Mainly inspired by: https://github.com/zh30/zsh-shortcut-git
6
7
+## Breaking Changes (2026-02-19)
8
+
9
+- Renamed module: `GitAliases.Extras` -> `git-aliases-extra`
10
+- Renamed manifest/script files:
11
+ - `GitAliases.Extras.psd1` -> `git-aliases-extra.psd1`
12
+ - `GitAliases.Extras.psm1` -> `git-aliases-extra.psm1`
13
+- Renamed repository URL:
14
+ - `https://github.com/PhysShell/GitAliases.Extras` -> `https://github.com/PhysShell/git-aliases-extra`
15
16
+Migration steps:
17
18
+```powershell
19
+Remove-Module GitAliases.Extras -ErrorAction SilentlyContinue
20
+Import-Module git-aliases-extra
21
+```
22
23
## Module installation
24
25
Install from PowerShell Gallery:
0 commit comments