Skip to content

Commit

Permalink
Automatic commit of package [tito] release [0.6.27-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
Your Name committed Nov 11, 2024
1 parent e2f27ae commit 555cf4b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/tito
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.26-1 ./
0.6.27-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="tito",
version='0.6.26',
version='0.6.27',
description='A tool for managing rpm based git projects.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/tito/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
Infrastructure for building Spacewalk and Satellite packages from git tags.
"""

__version__ = '0.6.26'
__version__ = '0.6.27'
7 changes: 6 additions & 1 deletion tito.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
%endif

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

Expand Down Expand Up @@ -133,6 +133,11 @@ git config --global user.name "Your Name"


%changelog
* Mon Nov 11 2024 Jakub Kadlčík <[email protected]>
- Defer submodule detection to git
- Many improvements to tests and they now run during package build
- New config option `buildconfig.test_version_suffix`

* Tue Mar 05 2024 Jakub Kadlcik <[email protected]> 0.6.26-1
- Fix issue with missing version numbers in the changelog ([email protected])
- Tito wrapper for easier development ([email protected])
Expand Down

0 comments on commit 555cf4b

Please sign in to comment.