diff --git a/GitVersion.yml b/GitVersion.yml index 18d79ce02e..18f1a8b6f5 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -34,7 +34,7 @@ branches: # Matches the main branch regex: ^main$ # Uses an empty label for stable releases - label: rc + label: '' # Increments patch version (x.y.z+1) on commits increment: Patch # Specifies develop as the source branch diff --git a/README.md b/README.md index 922b983af1..58ad4b1137 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ app.Run (window); See the [Examples](Examples/README.md) for more. +# Showcase + +See the [Showcase](https://gui-cs.github.io/Terminal.Gui/docs/showcase) for applications built with Terminal.Gui. + # Documentation Comprehensive documentation is at [gui-cs.github.io/Terminal.Gui](https://gui-cs.github.io/Terminal.Gui).