-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: disable musl release build until #456 is fixed
- Loading branch information
1 parent
3d135bf
commit f9af087
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f9af087
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if it is good to have a VERSION meta doc so that the version would be taken care of between the releases.
relates to Homebrew/homebrew-core#127190
f9af087
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chenrui333 yes a VERSION file is a good idea. Are Homebrew version bumps created automatically for each GH release or manually triggered?
f9af087
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it can be done in that way :) (you can use https://github.com/mislav/bump-homebrew-formula-action)