From c04f690c446e2fa6038606e281d65a7b3dac229a Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 23 May 2017 18:38:09 +0200 Subject: [PATCH] Remove old docs and move CHANGES.md to root --- docs/CHANGES.md => CHANGES.md | 0 docs/API.rst | 18 ------------------ docs/RELEASE_CHECKLIST.txt | 8 -------- 3 files changed, 26 deletions(-) rename docs/CHANGES.md => CHANGES.md (100%) delete mode 100644 docs/API.rst delete mode 100644 docs/RELEASE_CHECKLIST.txt diff --git a/docs/CHANGES.md b/CHANGES.md similarity index 100% rename from docs/CHANGES.md rename to CHANGES.md diff --git a/docs/API.rst b/docs/API.rst deleted file mode 100644 index ea28c5508..000000000 --- a/docs/API.rst +++ /dev/null @@ -1,18 +0,0 @@ -Converse.js API -=============== - -Done: ------ - -* initialize - -TBD: ----- - -* log in -* log out -* open a chat box -* close a chat box -* toggle a chat box -* change user's presence status -* change user's custom message diff --git a/docs/RELEASE_CHECKLIST.txt b/docs/RELEASE_CHECKLIST.txt deleted file mode 100644 index c2c202a82..000000000 --- a/docs/RELEASE_CHECKLIST.txt +++ /dev/null @@ -1,8 +0,0 @@ -- Run tests - make check -- make the release - make release VERSION=0.6.4 -- Tag - git tag -s v0.6.4 -m 'Release of version 0.6.4' -- Push - git push origin master --tags