Tito 0.6.25
Branch aliases
#430 - The FedoraGitReleaser
now supports branch aliases such as fedora-all
, fedora-stable
, fedora-latest
, epel-all
, etc. For the complete list of aliases and their explanations, see https://github.com/rpm-software-management/fedora-distro-aliases
Example:
[fedora]
releaser = tito.release.FedoraGitReleaser
branches = fedora-all epel-all
Building without .tito directory
#472 - It is now possible to take any git repository that contains a specfile and run tito build --srpm --test
or tito build --rpm --test
for building the packages. The repository doesn't have to be initialized with tito init
.
This feature is limited to tito build
and initializing a Tito repository still makes sense if you want access to any additional Tito features like tagging and releasing.
Notable changes
- #428 - Document how to automate bodhi updates
- Unify README and index.md