Skip to content

Commit

Permalink
Merge branch 'cookiecutter'
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Sep 21, 2023
2 parents 64ece92 + 1f9da66 commit f70819b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .crispycookie.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
},
"tool_info": {
"program": "CrispyCookie",
"version": "0.7.2"
"version": "0.7.3"
}
}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- 'v*'
branches:
- master
- main

workflow_run:
workflows: ["Bump version"]
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f70819b

Please sign in to comment.