Skip to content

Commit

Permalink
update releasing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ioguix committed Aug 29, 2017
1 parent 44f8c9f commit 37000c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/dev/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ For beta or rc release, set `release_status => 'testing'`, otherwise set it to

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

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

Edit the `CHANGELOG.md` file.

## Commit the changes

```
Expand Down

0 comments on commit 37000c1

Please sign in to comment.