summarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index bef91476499d..54c8b734179c 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,11 @@ This `PKGBUILD` is intended to be used on Arch Linux (or other Arch-based Linux
```
yay -S aliyun-cli-bin
```
+
+## Publishing
+
+* Edit `PKGBUILD`: will likely only need to change the version number and the sha256sums
+* Ensure package is generated successfully: `makepkg` (Add `-f` flag to overwrite existing)
+* Check `PKGBUILD` for errors: `namcap PKGBUILD`
+* Generate .SRCINFO: `makepkg --printsrcinfo > .SRCINFO`
+* Commit and push to remotes (`origin` and `upstream`)