Skip to content

Commit bdbf342

Browse files
committed
Update README [skip pch]
1 parent b69183f commit bdbf342

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ Custom PowerShell git aliases and tab completion helpers on top of `posh-git` an
44

55
Mainly inspired by: https://github.com/zh30/zsh-shortcut-git
66

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+
723
## Module installation
824

925
Install from PowerShell Gallery:

0 commit comments

Comments
 (0)