Skip to content

Commit

Permalink
chore: add quotation marks
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Bruzda <[email protected]>
  • Loading branch information
kdoroszko-splunk and mbruzda-splunk authored Sep 5, 2024
1 parent 587dbf9 commit 30276a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runbooks/backporting-changes-to-older-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This runbook shows a real example of backporting changes correlated to `ta-autom
```
git checkout -b fix/bump-k8s-manifest-version
```
- changes made in `ta-automation-k8s-manifests` were correlated with changes in `addonfactory-workflow-addon-release`, so there is a need to backport **only necessary** changes to v.4.16. There are two ways to do that: by cherrypicking specific commits (and resolving the conflicts if they exist) or by commiting necessary changes manually.
- changes made in `ta-automation-k8s-manifests` were correlated with changes in `addonfactory-workflow-addon-release`, so there is a need to backport **only necessary** changes to `v.4.16`. There are two ways to do that: by cherrypicking specific commits (and resolving the conflicts if they exist) or by commiting necessary changes manually.
- for example make necessary changes and commit them:
```
git add .github/workflows/reusable-build-test-release.yml
Expand Down

0 comments on commit 30276a3

Please sign in to comment.