This is an automated email from the git hooks/post-receive script.
lsedlar pushed a change to branch readme-format in repository fedora-kickstarts.
at 57aa58c Update formatting of README
This branch includes the following new commits:
new 57aa58c Update formatting of README
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
This is an automated email from the git hooks/post-receive script.
lsedlar pushed a commit to branch readme-format in repository fedora-kickstarts.
commit 57aa58c6e734af9e524b5cf4dd4904c7e6dbacb4 Author: Lubomír Sedlář lsedlar@redhat.com Date: Thu Jul 13 09:35:26 2017 +0200
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 --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md index d24b941..5777236 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,18 @@ and modify the kickstart files for their local needs.
## To make a release ##
- * git clone ssh://git@pagure.io/fedora-kickstarts.git fedora-kickstarts - * cd fedora-kickstarts - * # If you need a specific branch other than master: - * git checkout BRANCHNAME - * # No tag has been added yet tag HEAD with - * git tag VERSION - * git push --tags - * make - * # Publish the released tar ball - * make publish - * # Clean up the generated files: - * make clean + git clone ssh://git@pagure.io/fedora-kickstarts.git fedora-kickstarts + cd fedora-kickstarts + # If you need a specific branch other than master: + git checkout BRANCHNAME + # No tag has been added yet tag HEAD with + git tag VERSION + git push --tags + make + # Publish the released tar ball + make publish + # Clean up the generated files: + make clean
# bug reports #