Skip to content

feat: add new working-dir param to allow to use a subedirectory for modules #241

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

frco9
Copy link
Contributor

@frco9 frco9 commented Aug 12, 2025

For exemple on our repo the directory structure is the following :

  • terraform
    • live (which host the module init)
    • modules
      • mymodule1

We wanted to release module version but only for the directory terraform/modules. Using the module-path-ignore we were able to ignore the live directory. But it was producing tags with long name : terraform/modules/mymodule1/v1.0.0.

Using the new parameter, we can specify a working directory. And tags will now have a name shorter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant