Skip to content

Commit 37000c1

Browse files
committed
update releasing doc
1 parent 44f8c9f commit 37000c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/dev/releasing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ For beta or rc release, set `release_status => 'testing'`, otherwise set it to
2020

2121
In `resource-agents-paf.spec`:
2222
* update the tag in the `_tag` variable (first line)
23-
* update the version in `Version:`
23+
* update the version in `Version:`. for beta or rc release, use X.Y~betaZ or X.Y~rcZ
2424
* edit the changelog
2525
* date format: `LC_TIME=C date +"%a %b %d %Y"`
2626
* take care of the `Release` field if there is multiple version of the package
2727
for the same version of PAF
2828

2929
In `debian/`, edit the `changelog` file
3030

31+
Edit the `CHANGELOG.md` file.
32+
3133
## Commit the changes
3234

3335
```

0 commit comments

Comments
 (0)