README: don't forget to update ChangeLog when necessary

master
Julien Coloos 2018-03-13 22:05:48 +01:00
parent 6167cbc9cd
commit 4c1a7741d6
1 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,8 @@ For example:
2. If `src` was modified
* archive the `src` folder in `$pkgname-$pkgver.tar.xz` file; e.g.: `tar -cJf initrd-ssh-cryptsetup-0.4.tar.xz src`
* upload the archive on the online repository (pointed by `PKGBUILD`)
3. Update `PKGBUILD`
3. Update ChangeLog
4. Update `PKGBUILD`
* bump `pkgver` if `src` was modified, or `pkgrel` if building files were modified
* refresh `md5sums` if necessary (based on `md5sum initrd-ssh-cryptsetup-*.tar.xz initrd-ssh-cryptsetup.install` output)
4. Delete generated archive file if any
5. Delete generated archive file if any