What’s New
Orb elements can now be composed directly with elements of other orbs. For example, you can now have an orb that looks like the following:
orbs:
some-orb: some-ns/some-orb@volatile
executors:
my-executor: some-orb/their-executor
commands:
my-command: some-orb/their-command
jobs:
my-job: some-orb/their-job
another-job:
executor: my-executor
steps:
- my-command
param1: "hello"