-
Notifications
You must be signed in to change notification settings - Fork 36
Release process
Islon Scherer edited this page Feb 1, 2024
·
1 revision
Releases will be automatically created by the CI for packages that have new versions.
This will be checked on every commit to main
.
In order to have your package release you should bump its version every time you make a change to a package.
Make sure to run ./gradlew build
and check for any errors.
If other packages in the pantry depend on your package you'll have to bump their versions also.