summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Facer2019-11-15 06:05:07 -0700
committerTrevor Facer2019-11-15 06:06:09 -0700
commit02771d6233df33b10777f1f2d2320246a0984f82 (patch)
treee7396bc1831ba09f0e2d06c3925656568ff96362
parentda2717a053bb1476208af730f31bfc46bda23316 (diff)
downloadaur-02771d6233df33b10777f1f2d2320246a0984f82.tar.gz
Add publishing notes to README
-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`)