Skip to content

Commit

Permalink
Update: Define user variable to opt for a private project
Browse files Browse the repository at this point in the history
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 <git@notsatan.me>
  • Loading branch information
notsatan committed Jan 5, 2024
1 parent cb51ccf commit a2a2fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"base_branch": "master",
"contact_email": "",
"github_specific_features": "y",
"private_project": "n",
"use_codecov": "y",
"use_precommit": "y",
"go_version": [
Expand Down

0 comments on commit a2a2fd5

Please sign in to comment.