-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |