Skip to content

Conversation

@christiansiegel
Copy link
Member

Support YAML paths containing array indexes, e.g. a.b.[1].c for

a:
  b:
  - foo
  - c: bar
`

@christiansiegel christiansiegel requested a review from niiku as a code owner May 13, 2020 13:59
Support YAML paths containing array indexes, e.g. `a.b.[1].c` for
`{a: {b: [foo, {c: bar}]}}`
@niiku
Copy link
Member

niiku commented May 14, 2020

lgtm - I guess you can merge

@christiansiegel christiansiegel merged commit acabfd7 into master May 14, 2020
@christiansiegel christiansiegel deleted the feat/deploy-array-path branch May 14, 2020 09:39
@christiansiegel
Copy link
Member Author

🎉 This PR is included in version 3.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

m4rc0z pushed a commit that referenced this pull request Jun 12, 2020
feat(deploy): add support for updating values in YAML arrays
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants