From Fedora Project Wiki
This page describes the process for tagging, building and deploying a new version of autoqa. This page assumes a basic understanding of rpm spec
file syntax and commands such as git
, mock
and yum
.
Update autoqa.spec
Once the decision has been made to release a new version of autoqa, the first step is to update the rpm spec
file to
- Checkout autoqa using
- Increment
Version
- Update
%changelog
- Commit changes
git commit autoqa.spec
Tag
Upload tarball
Like many projects, the appropriate method to release a new version is by tarball. Upload a new tarball using the following command.
make upload