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

onboarding: Allow first release to be already automated #200

Closed
radeksimko opened this issue Jan 31, 2023 · 0 comments · Fixed by #221
Closed

onboarding: Allow first release to be already automated #200

radeksimko opened this issue Jan 31, 2023 · 0 comments · Fixed by #221
Labels
enhancement New feature or request

Comments

@radeksimko
Copy link
Member

Context

Currently, it is impossible to fully onboard a new product which did not have a release yet.

This is likely mostly because the automation expects a formula to exist before bumping the version in it:

formulaURL := fmt.Sprintf("https://raw.githubusercontent.com/hashicorp/homebrew-tap/master/%s/%s.rb", brewType, product)

Proposal

Allow creation of a new formula upon first release.

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

Successfully merging a pull request may close this issue.

1 participant