You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: change the runbok for appinspect update (#395)
### Description
I think it makes more sense to make a fix release each time we update
appinspect version. We'd prevent ourselves from rolling out the template
each time there is a feat release of appinspect.
### Checklist
- [ ] `README.md` has been updated or is not required
- [ ] push trigger tests
- [ ] manual release test
- [ ] automated releases test
- [ ] pull request trigger tests
- [ ] schedule trigger tests
- [ ] workflow errors/warnings reviewed and addressed
### Testing done
No tests are needed
Copy file name to clipboardExpand all lines: runbooks/update_appinspect_cli_action.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,8 @@ Once Splunk AppInspect team releases AppInspect CLI - we need to make sure that
22
22
23
23
- create a PR in this repository with a new version of the action ([example PR](https://github.com/splunk/addonfactory-workflow-addon-release/pull/247))
24
24
- make sure that PR is towards `main` branch
25
+
- make sure the tile of the PR follows the format: "fix: update AppInspect CLI action to v.X.Y"
25
26
- make sure that the pipeline is green
26
-
- determine which version of `appinspect-cli-action` needs to be released based on the PR
27
-
- if it is a bug fix or dependecnies update - "fix" in the title of the PR
28
-
- if it is a feature release - "feat" in the title of the PR
29
27
- attach a link to a test run of reusable workflow
0 commit comments