Describe Request:
It would be great if we could use a template value/variable to always have the examples show the correct version of the orb.
Examples:
Instead of writing the examples like this:
usage:
version: 2.1
orbs:
my-orb: my-namespace/my-orb@dev:1.2.3
We could do something like this:
usage:
version: 2.1
orbs:
my-orb: my-namespace/my-orb@${{ORB_VERSION}}
Supporting Documentation Links:
Describe Request:
It would be great if we could use a template value/variable to always have the examples show the correct version of the orb.
Examples:
Instead of writing the examples like this:
We could do something like this:
Supporting Documentation Links: