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

Provider Registry: ability to use other build tools than goreleaser #181

Open
peterdeme opened this issue Sep 27, 2023 · 0 comments
Open
Labels
feature A new feature request

Comments

@peterdeme
Copy link
Collaborator

peterdeme commented Sep 27, 2023

Currently our create-version command has a strong dependency on goreleaser. We parse the artifacts.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:

# 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.

@peterdeme peterdeme added the feature A new feature request label Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature request
Projects
None yet
Development

No branches or pull requests

1 participant