mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-12-01 07:39:48 +00:00
fix list indices
This commit is contained in:
parent
d9ad490d8b
commit
928e5e2049
1 changed files with 4 additions and 4 deletions
|
@ -201,10 +201,10 @@ If you again push the tag to the remote repo, Copr will again automatically trig
|
||||||
== Release procedure in brief
|
== Release procedure in brief
|
||||||
From now on, updating your software in the Copr repository is as simple as
|
From now on, updating your software in the Copr repository is as simple as
|
||||||
|
|
||||||
0. Commit all changes for your new version.
|
1. Commit all changes for your new version.
|
||||||
1. Perform a test build using `tito build --test`
|
2. Perform a test build using `tito build --test`
|
||||||
2. Tag the release with `tito tag` (add `--use-version` if necessary)
|
3. Tag the release with `tito tag` (add `--use-version` if necessary)
|
||||||
3. Push the tag to your git repo using `git push --follow-tags`
|
4. Push the tag to your git repo using `git push --follow-tags`
|
||||||
|
|
||||||
and Copr will take care of the rest.
|
and Copr will take care of the rest.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue