Skip to content

Commit e917d60

Browse files
committed
Fix releasae doc
1 parent df244c9 commit e917d60

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/dev/releasing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releasing
22

3-
## Source code
3+
## Source code
44

55
Edit varable `$VERSION` in the following files:
66

@@ -51,15 +51,15 @@ git archive --prefix=PAF-$TAG/ -o /tmp/PAF-$TAG.tgz $TAG
5151

5252
## Building the RPM file
5353

54-
### Installation
54+
### Installation
5555

5656
```
5757
yum group install "Development Tools"
5858
yum install rpmdevtools
5959
useradd makerpm
6060
```
6161

62-
### Building the package
62+
### Building the package
6363

6464
```
6565
su - makerpm
@@ -80,7 +80,7 @@ apt-get install dh-make devscripts libmodule-build-perl resource-agents
8080
```
8181

8282

83-
### Building the package
83+
### Building the package
8484

8585
Package to install on your debian host to build the builder environment
8686

@@ -95,6 +95,6 @@ debuild -i -us -uc -b
9595

9696
Don't forget to upload the package on github release page.
9797

98-
## Documentation
98+
## Documentation
9999

100100
Update the "quick start" documentation pages with the links to the new packges

0 commit comments

Comments
 (0)