@@ -18,18 +18,23 @@ Create RPMs using content of the upstream repository.
1818 repository, it defaults to the current working directory
1919
2020 Options:
21- --upstream-ref TEXT Git ref of the last upstream commit in the current
22- branch from which packit should generate patches
23- (this option implies the repository is source-
24- git).
25- --release-suffix TEXT Specifies release suffix. Allows to override
26- default generated:{current_time}.{sanitized_curren
27- t_branch}{git_desc_suffix}
28- --default-release-suffix Allows to use default, packit-generated, release
29- suffix when some release_suffix is specified in
30- the configuration.
31- -p, --package TEXT Package to build, if more than one available, like
32- in a monorepo configuration. Use it multiple times
33- to select multiple packages.Defaults to all the
34- packages listed inside the config.
35- -h, --help Show this message and exit.
21+ --upstream-ref TEXT Git ref of the last upstream commit in the
22+ current branch from which packit should
23+ generate patches (this option implies the
24+ repository is source-git).
25+ --update-release / --no-update-release
26+ Specifies whether to update Release.
27+ Defaults to value set in configuration,
28+ which defaults to yes.
29+ --release-suffix TEXT Specifies release suffix. Allows to override
30+ default generated:{current_time}.{sanitized_
31+ current_branch}{git_desc_suffix}
32+ --default-release-suffix Allows to use default, packit-generated,
33+ release suffix when some release_suffix is
34+ specified in the configuration.
35+ -p, --package TEXT Package to build, if more than one
36+ available, like in a monorepo configuration.
37+ Use it multiple times to select multiple
38+ packages.Defaults to all the packages listed
39+ inside the config.
40+ -h, --help Show this message and exit.
0 commit comments