Skip to content

Commit 5eb0d8c

Browse files
authored
Merge pull request #1145 from emmanuel-ferdman/main
Update `nbgv` CLI reference
2 parents 77bc06c + 575f34a commit 5eb0d8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The Visual Studio 2019 Test Explorer will list and execute all tests.
4848
## Releases
4949

5050
Use `nbgv tag` to create a tag for a particular commit that you mean to release.
51-
[Learn more about `nbgv` and its `tag` and `prepare-release` commands](https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/nbgv-cli.md).
51+
[Learn more about `nbgv` and its `tag` and `prepare-release` commands](https://dotnet.github.io/Nerdbank.GitVersioning/docs/nbgv-cli.html).
5252

5353
Push the tag.
5454

docfx/docs/public-vs-stable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ Consider that main builds a 1.2 version, and has a version height of 10. So its
124124
Or, if the topic branch *has* committed and moved onto 1.2.11, that could still collide because `main` may have moved on as well, using that same version. But since the topic branch always adds `-gc0ffee` hash suffixes to the package version, it won't conflict.
125125
Also: you don't want a topic branch to be seen as newer and better than what's in the main branch unless the user is explicitly opting into unstable behavior, so the `-gc0ffee` suffix is useful because it forces the package to be seen as "unstable". Once it merges with `main`, it will drop its `-gc0ffee` suffix, but will retain any other `-prerelease` tag specified in the version.json file.
126126

127-
[nbgv_prepare-release]: https://github.com/dotnet/Nerdbank.GitVersioning/blob/master/doc/nbgv-cli.md#preparing-a-release
127+
[nbgv_prepare-release]: https://dotnet.github.io/Nerdbank.GitVersioning/docs/nbgv-cli.html#preparing-a-release

0 commit comments

Comments
 (0)