Skip to content

Commit

Permalink
Bump the ENVRA built directly from git master branch
Browse files Browse the repository at this point in the history
Fixes: #480
  • Loading branch information
praiskup authored and FrostyX committed Jan 12, 2024
1 parent 18b1bad commit a096b21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion doc/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ If you are releasing a new version of Tito, please follow these steps:
Copr `tito release copr --test`
3. Make sure that `[fedora]` releaser in `.tito/releasers.conf` contains all
currently supported Fedora and Epel branches.
4. Tag a new version `tito tag` and follow its instructions
4. Tag a new version `tito tag --use-version=` (drop the .postX suffix) and
follow its instructions
5. Go to the [GitHub releases page][releases] and
- write a propper release notes
- upload source tarball that you generate with `tito build --tgz`
Expand All @@ -19,6 +20,8 @@ If you are releasing a new version of Tito, please follow these steps:
7. Make sure those builds succeeds and submit updates into Bodhi
8. Release into PyPI with `python3 setup.py sdist` and `twine upload
dist/<NAME-VERSION>.tar.gz`
9. Manually bump tito.spec Version to `<version>.post1` (in a separate commit)
to make sure that the ENVRA from the main branch beats the one from distro.



Expand Down
2 changes: 1 addition & 1 deletion tito.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%endif

Name: tito
Version: 0.6.24
Version: 0.6.24.post1
Release: 1%{?dist}
Summary: A tool for managing rpm based git projects

Expand Down

0 comments on commit a096b21

Please sign in to comment.