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
A clear and concise description on how does it work now and what's the current behaviour.
Steps to reproduce the behavior:
Download the latest release binaryes
Execute it ./terraform-provider-openapi
The output will show in the first few lines that the version is dev instead of the actual version
Expected behaviour
A clear and concise description of what you expected to happen.
Example:
Scenario:
Given a released binary
When executing it /terraform-provider-openapi
Then the output should show in the first line the actual version, date and hash
Additional context
Add any other context about the problem here.
Checklist (for admin only)
Don't forget to go through the checklist to make sure the issue is created properly:
I have added a corresponding label (bug) to the issue (right side menu)
I have added this issue to the 'API Terraform Provider' GitHub project (right side menu)
The text was updated successfully, but these errors were encountered:
Describe the bug
Binaries release in OpenAPI Terraform plugin 2.0.0 does not contain the right static version values due to goreleaser command not using the correct path to the version file
To Reproduce
A clear and concise description on how does it work now and what's the current behaviour.
Steps to reproduce the behavior:
dev
instead of the actual versionExpected behaviour
A clear and concise description of what you expected to happen.
Example:
Additional context
Add any other context about the problem here.
Checklist (for admin only)
Don't forget to go through the checklist to make sure the issue is created properly:
The text was updated successfully, but these errors were encountered: