We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Example: https://github.com/release-engineering/kobo/commit/597412cd4b843ddc57a50d8ebc88a77660588b3e
Tag the commit as kobo- and push the tag.
Upload the release to PyPI
Create and upload a source tarball using setup.py sdist. Make sure you are doing this while the release tag is checked out.
setup.py sdist
Example:
git checkout kobo-0.9.0 python setup.py sdist twine upload dist/kobo-0.9.0.tar.gz
Using fedpkg. ssh://pkgs.fedoraproject.org/rpms/kobo
ssh://pkgs.fedoraproject.org/rpms/kobo
Work in master branch initially.
master
Use kobo-.tar.gz from pypi.
Example session:
fedpkg new-sources kobo-0.7.0.tar.gz rpmdev-bumpspec kobo.spec vim kobo.spec # set proper Version, Release, changelog git add -p git commit git push -v
Then merge & push to each other branch relevant for release.
For each relevant branch.
for b in f25 f26 f27 master; do git checkout $b && fedpkg build; done
https://bodhi.fedoraproject.org/updates/new , one update per target Fedora/EPEL version.