Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 431 Bytes

DEVELOPERS.md

File metadata and controls

23 lines (15 loc) · 431 Bytes

Before starting, be sure to git submodule init && git submodule update

See outdated versions with:

./info.py

Update a version with:

./update_one.py kdreports-qt6.rb 2.3.0

Or to open a PR automatically:

./update_one.py kdreports-qt6.rb 2.3.0 --pr KDAB/homebrew-tap

Adding new packages

Besides adding a new <package>.rb file also adapt .github/workflows/build.yml and utils.py.