From a52412ab7f296f728e3b54227fdc709936ad0acd Mon Sep 17 00:00:00 2001 From: Tig Date: Thu, 7 May 2026 21:43:50 -0600 Subject: [PATCH 1/2] docs: add Showcase link to README Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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). From 4fe6eab144e16592ebd5f1b01e85504cbd17d037 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 May 2026 03:52:55 +0000 Subject: [PATCH 2/2] Set release label to 'stable' for v2.1.0 --- GitVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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