summarylogtreecommitdiffstats
path: root/RELEASE_INFO.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_INFO.md')
-rw-r--r--RELEASE_INFO.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE_INFO.md b/RELEASE_INFO.md
new file mode 100644
index 000000000000..d539468c0aaf
--- /dev/null
+++ b/RELEASE_INFO.md
@@ -0,0 +1,8 @@
+# How to release
+
+1. Push something to the main branch.
+2. The CI/CD pipe will trigger and release a new version on crates.io.
+3. publish the version to aur.
+4. Test installation of package with: `makepkg --clean --cleanbuild --install --force`
+6. Generate `.SRCINFO` with `./generate-srcinfo.sh`
+7. Commit changes & push to AUR Repository \ No newline at end of file