Skip to content

Commit

Permalink
brew: disable KDSME and KDAlgorithms
Browse files Browse the repository at this point in the history
We have the formulas ready but we need new releases first
  • Loading branch information
iamsergio committed Dec 1, 2024
1 parent 1670274 commit 94580ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions releasing.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ signed_release = true
has_submodules = true
has_fetchcontent = false
automated_3rdparty_updates = false
homebrew = ["kdstatemachineeditor-qt5.rb", "kdstatemachineeditor-qt6.rb"]
# uncomment after official release
# homebrew = ["kdstatemachineeditor-qt5.rb", "kdstatemachineeditor-qt6.rb"]

[project.KDSingleApplication]
signed_release = true
Expand Down Expand Up @@ -76,7 +77,7 @@ signed_release = false
has_submodules = false
has_fetchcontent = false
automated_3rdparty_updates = false
homebrew = ["kdalgorithms.rb"]
# homebrew = ["kdalgorithms.rb"] # uncomment after 1.3 release

[project.KDUtils]
signed_release = false
Expand Down

0 comments on commit 94580ac

Please sign in to comment.