forked from srbala/fedora-kickstarts
Update formatting of README
The comments in release process should not render as headers. This will make it a code block instead. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
15a5eabc7c
commit
57aa58c6e7
24
README.md
24
README.md
@ -11,18 +11,18 @@ and modify the kickstart files for their local needs.
|
|||||||
|
|
||||||
## To make a release ##
|
## To make a release ##
|
||||||
|
|
||||||
* git clone ssh://git@pagure.io/fedora-kickstarts.git fedora-kickstarts
|
git clone ssh://git@pagure.io/fedora-kickstarts.git fedora-kickstarts
|
||||||
* cd fedora-kickstarts
|
cd fedora-kickstarts
|
||||||
* # If you need a specific branch other than master:
|
# If you need a specific branch other than master:
|
||||||
* git checkout BRANCHNAME
|
git checkout BRANCHNAME
|
||||||
* # No tag has been added yet tag HEAD with
|
# No tag has been added yet tag HEAD with
|
||||||
* git tag VERSION
|
git tag VERSION
|
||||||
* git push --tags
|
git push --tags
|
||||||
* make
|
make
|
||||||
* # Publish the released tar ball
|
# Publish the released tar ball
|
||||||
* make publish
|
make publish
|
||||||
* # Clean up the generated files:
|
# Clean up the generated files:
|
||||||
* make clean
|
make clean
|
||||||
|
|
||||||
# bug reports #
|
# bug reports #
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user