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
Copy file name to clipboardExpand all lines: runbooks/update_appinspect_cli_action.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ Once Splunk AppInspect team releases AppInspect CLI - we need to make sure that
10
10
- check [release notes](https://dev.splunk.com/enterprise/docs/relnotes/relnotes-appinspectcli/whatsnew/) for the new version add release notes link in the PR comment
11
11
- make sure that the pipeline is green
12
12
- if not - investigate why and report and issue to the AppInspect team
13
-
- determine which version of `appinspect-cli-action` needs to be released based on the PR
14
-
- if it is a bug fix - change "chore" to "fix" in the title of the PR and skip [update section](#update-splunkaddonfactory-workflow-addon-release)
15
-
- if it is a new feature - change "chore" to "feat" in the title of the PR
13
+
- determine which version of `appinspect-cli-action` needs to be released based on the [splunk-appinspect release](https://dev.splunk.com/enterprise/docs/relnotes/relnotes-appinspectcli/whatsnew/)
14
+
- if it is a bug fix release (E.g. v3.6.0 > v3.6.1) - change "chore" to "fix" in the title of the PR and skip [update section](#update-splunkaddonfactory-workflow-addon-release)
15
+
- if it is a minor release (E.g v3.6.0 > v3.7.0) - change "chore" to "feat" in the title of the PR
16
16
- get review from the team
17
17
- "Squash and merge" the PR
18
18
- wait for the release
@@ -23,6 +23,9 @@ Once Splunk AppInspect team releases AppInspect CLI - we need to make sure that
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
25
- 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
26
29
- attach a link to a test run of reusable workflow
0 commit comments