Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Previous tag as dynamic base revision #92

Open
pvicente opened this issue Oct 20, 2023 · 0 comments
Open

Previous tag as dynamic base revision #92

pvicente opened this issue Oct 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@pvicente
Copy link

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.

@pvicente pvicente added the bug Something isn't working label Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant