From 1f9da668e6d0ff606df7d6b2a6202339cd451673 Mon Sep 17 00:00:00 2001 From: Lowell Alleman Date: Thu, 21 Sep 2023 11:48:58 -0400 Subject: [PATCH] Update to cypress-cookiecutter@v1.10.5 --- .crispycookie.json | 4 ++-- .github/workflows/build.yml | 2 +- DEVELOPMENT.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.crispycookie.json b/.crispycookie.json index 20f4eed..225c327 100644 --- a/.crispycookie.json +++ b/.crispycookie.json @@ -17,7 +17,7 @@ "on_splunkbase": true, "splunkbase_id": "3237", "git_repo": "https://github.com/Kintyre/jmespath", - "git_branch": "master", + "git_branch": "main", "_use_pre_release": false } }, @@ -63,6 +63,6 @@ }, "tool_info": { "program": "CrispyCookie", - "version": "0.7.2" + "version": "0.7.3" } } diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71250a3..4a4aaa9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: tags: - 'v*' branches: - - master + - main workflow_run: workflows: ["Bump version"] diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 9db9b4a..98e57fc 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -36,7 +36,7 @@ The above command will build and (re)install the app into a running Splunk devel The app version number can be updated using the `bumpversion` and pushed upstream using `git`. Here's a common example: bumpversion patch # <-- Pick major, minor, patch - git push origin master --tags + git push origin main --tags ## Tools