diff --git a/.packit.yaml b/.packit.yaml index 76d1a69..3e47af2 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -12,3 +12,11 @@ jobs: trigger: pull_request targets: - fedora-all + - job: propose_downstream + trigger: release + dist_git_branches: + - fedora-rawhide + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-rawhide diff --git a/Cargo.toml b/Cargo.toml index 4aba963..892141d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pretty-git-prompt" -version = "0.2.1" +version = "0.2.2" authors = ["Tomas Tomecek "] description = "Your current git repository information inside a beautiful shell prompt." license = "MIT" diff --git a/rust-pretty-git-prompt.spec b/rust-pretty-git-prompt.spec index b440239..11a58c0 100644 --- a/rust-pretty-git-prompt.spec +++ b/rust-pretty-git-prompt.spec @@ -4,7 +4,7 @@ %global crate pretty-git-prompt Name: rust-%{crate} -Version: 0.2.1 +Version: 0.2.2 Release: %autorelease Summary: Your current git repository information inside a beautiful shell prompt