You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my deployments I'm using tags to go to production, I want to use previous deployed tag to filter changes in my monorepo,
with something the execution of something like git tag --sort=-creatordate | head -n 2 | tail -n 1 but currently this parameter cannot be dynamic.
Orb version:
1.0.0
What happened:
In my deployments I'm using tags to go to production, I want to use previous deployed tag to filter changes in my monorepo,
with something the execution of something like
git tag --sort=-creatordate | head -n 2 | tail -n 1
but currently this parameter cannot be dynamic.Expected behavior:
Able to specify dynamic base revision.
I can see this PR that could add this support.
The text was updated successfully, but these errors were encountered: