Skip to content

Commit

Permalink
fix: Renaming values.yml [skip ci] ATL-5777 (#735)
Browse files Browse the repository at this point in the history
Signed-off-by: Milos Backonja <[email protected]>
  • Loading branch information
milosbackonja authored Sep 28, 2023
1 parent c45a9eb commit bcd73c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "yq -i -P '(.argocd-apps.itemTemplates[].items[] |= (select(.name == \"prism-agent-application-set\").targetRevision |= \"prism-agent-v${nextRelease.version}\"' ./infrastructure/argocd-state/d-useast1-sjd4e/values.yml"
"prepareCmd": "yq -i -P '(.argocd-apps.itemTemplates[].items[] |= (select(.name == \"prism-agent-application-set\").targetRevision |= \"prism-agent-v${nextRelease.version}\"' ./infrastructure/argocd-state/d-useast1-sjd4e/values.yaml"
}
],
[
Expand All @@ -91,7 +91,7 @@
"package-lock.json",
"prism-agent/service/api/http/prism-agent-openapi-spec.yaml",
"infrastructure/charts/agent/Chart.yaml",
"infrastructure/argocd-state/d-useast1-sjd4e/values.yml"
"infrastructure/argocd-state/d-useast1-sjd4e/values.yaml"
],
"message": "chore(release): cut atala prism ${nextRelease.version} release\n\n${nextRelease.notes}\n\nSigned-off-by: Anton Baliasnikov <[email protected]>"
}
Expand Down

0 comments on commit bcd73c3

Please sign in to comment.