Skip to content

Commit 71a62ae

Browse files
authored
docs: update VERSION placeholder in rename.md (#1320)
Update the current VERSION placeholder for the git-credential-manager-core to git-credential-manager rename to 2.0.877 (since that is the version with which this update was released). Fixes #1318
2 parents 685a9f6 + b0b41fa commit 71a62ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/rename.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project in its own [organization][gcm-org].
88
![Git Credential Manager Core renamed](img/gcmcore-rename.png)
99

1010
At the time, the actual exectuable name was not updated and continued to be
11-
`git-credential-manager-core`. As of [VERSION][rename-ver], the executable has
11+
`git-credential-manager-core`. As of [2.0.877][rename-ver], the executable has
1212
been renamed to `git-credential-manager`, matching the new project name.
1313

1414
## Rename transition
@@ -21,11 +21,11 @@ warning: git-credential-manager-core was renamed to git-credential-manager
2121
warning: see https://aka.ms/gcm/rename for more information
2222
```
2323

24-
Since the executable was renamed in VERSION, GCM has also included symlinks
24+
Since the executable was renamed in 2.0.877, GCM has also included symlinks
2525
using the old name in order to ensure no one's setups would immediately break.
2626

2727
These links will remain until _two_ major Git versions are released after GCM
28-
VERSION, _**at which point the symlinks will no longer be included**_.
28+
2.0.877, _**at which point the symlinks will no longer be included**_.
2929

3030
It is recommended to update your Git configuration to use the new executable
3131
name as soon as possible to prevent any issues in the future.
@@ -159,7 +159,7 @@ or `manager` respectively.
159159
[rename-pr]: https://github.com/git-ecosystem/git-credential-manager/pull/541
160160
[rename-blog]: https://github.blog/2022-04-07-git-credential-manager-authentication-for-everyone/#universal-git-authentication
161161
[gcm-org]: https://github.com/git-ecosystem
162-
[rename-ver]: https://github.com/git-ecosystem/git-credential-manager/releases
162+
[rename-ver]: https://github.com/git-ecosystem/git-credential-manager/releases/tag/v2.0.877
163163
[git-windows]: https://git-scm.com/download/win
164164
[gcm-latest]: https://aka.ms/gcm/latest
165165
[warnings]: #rename-transition

0 commit comments

Comments
 (0)