talkiq / circleci-orbs

Various CircleCI orbs shared across TalkIQ projects
2 stars 4 forks source link

talkiq/tester: Major release recommendations #67

Open caseydialpad opened 3 years ago

caseydialpad commented 3 years ago

The orb talkiq/tester has a compose_args parameter that may benefit from being renamed compose_options. See https://github.com/talkiq/circleci-orbs/pull/66#discussion_r721639345 for further discussion.

shaundialpad commented 3 years ago

Perhaps we can allow the specification of either parameters.compose_options or parameters.compose_args for now (but not both, if circle allows for this), with a note in the description for compose_args that it will be deprecated in the next major release. That way, whoever does the next major release can simply remove deprecated code instead of introducing a new feature.