From fac2f685c6a37e7edea0504664b30a17e7a4e2e2 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Sat, 5 Oct 2024 09:34:58 +0200 Subject: [PATCH 1/3] change environment variable name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c41a4c3..4355255 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ The updated list of templates can be found at the [cookieplone-templates](https: | Environment Variable | Description | Example | | --- | --- | --- | | **COOKIEPLONE_REPOSITORY** | Where to look for templates to be used. | `COOKIEPLONE_REPOSITORY=/home/plone/cookiecutter-plone/ pipx run cookieplone` | -| **COOKIEPLONE_REPOSITORY_REF** | Which tag/branch to use from a remote repository. | `COOKIEPLONE_REPOSITORY_REF=experimental pipx run cookieplone` | +| **COOKIEPLONE_REPOSITORY_TAG** | Which tag/branch to use from a remote repository. | `COOKIEPLONE_REPOSITORY_TAG=experimental pipx run cookieplone` | | **COOKIEPLONE_REPO_PASSWORD** | Password to use when using a remote repository that is password protected. | `COOKIEPLONE_REPO_PASSWORD=very-secure pipx run cookieplone` | ## Contribute 🤝 From 77b500cb093f2c49eea29096656dbf8ed172a68d Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Sat, 5 Oct 2024 16:49:50 +0200 Subject: [PATCH 2/3] changelog --- news/42.bugfix | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 news/42.bugfix diff --git a/news/42.bugfix b/news/42.bugfix new file mode 100644 index 0000000..837a788 --- /dev/null +++ b/news/42.bugfix @@ -0,0 +1,2 @@ +Fix environment variable name +[erral] From 065f8e446a5fb52267761620a34e1160553c1f60 Mon Sep 17 00:00:00 2001 From: David Glick Date: Sat, 5 Oct 2024 08:56:31 -0700 Subject: [PATCH 3/3] Rename 42.bugfix to 42.documentation --- news/{42.bugfix => 42.documentation} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename news/{42.bugfix => 42.documentation} (100%) diff --git a/news/42.bugfix b/news/42.documentation similarity index 100% rename from news/42.bugfix rename to news/42.documentation