Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
alanvardy committed Mar 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7228f3d commit 01474e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion PUBLISH_CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Publish Checklist

## Setup gpto-bin

```bash
git clone ssh://[email protected]/gpto-bin.git
cd gpto-bin
git remote add aur ssh://[email protected]/gpto-bin.git
```

## Publish to Cargo

This checklist is just here for me to reduce the friction of publishing new versions.
@@ -51,6 +59,6 @@ mv PKGBUILD ../gpto-bin/
rm *.tar.gz
cd ../gpto-bin/
git add .
git commit -m v0.1.3
git commit -m v0.1.4
git push aur
```

0 comments on commit 01474e6

Please sign in to comment.