We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
goreleaser
Currently our create-version command has a strong dependency on goreleaser. We parse the artifacts.json file and go from there.
create-version
artifacts.json
It may be a good feature to not strongly depend on it. What if someone doesn't want to use goreleaser?
As an implementation detail, this could be a good way to separate it:
# Goreleaser: spacectl provider create-version --goreleaser-dir ./dist # Another tool: spacectl provider create-version --dir ./dist
Would be a minor (?) refactor in create_version.go.
create_version.go
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently our
create-version
command has a strong dependency ongoreleaser
. We parse theartifacts.json
file and go from there.It may be a good feature to not strongly depend on it. What if someone doesn't want to use goreleaser?
As an implementation detail, this could be a good way to separate it:
Would be a minor (?) refactor in
create_version.go
.The text was updated successfully, but these errors were encountered: