From a2a2fd59740835e293444898960791962a610540 Mon Sep 17 00:00:00 2001 From: notsatan Date: Fri, 5 Jan 2024 15:26:07 +0545 Subject: [PATCH] Update: Define user variable to opt for a private project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Something I was planning to do since sometime — allow generating private projects via `go-template` Up until now, projects were generated by `go-template` under the assumption that they will always be public — which, isn't always true. Private projects would end up with broken links on their README because shields.io can't reach the project! This commit is the first step in this direction Signed-off-by: notsatan --- cookiecutter.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cookiecutter.json b/cookiecutter.json index 4e4a6c2..3ac187d 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -6,6 +6,7 @@ "base_branch": "master", "contact_email": "", "github_specific_features": "y", + "private_project": "n", "use_codecov": "y", "use_precommit": "y", "go_version": [