diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-02-22 16:12:10 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-02-22 16:12:10 +0100 |
commit | 0b8b851bd6258edbe7bd10661bc3b7e1f194399b (patch) | |
tree | f89601d5461dc08af0963234650a27fc399758af | |
parent | dc0b4b5ecf7432d62bf9ad3ad716f7a18941f4b2 (diff) | |
download | profani-tty-0b8b851bd6258edbe7bd10661bc3b7e1f194399b.tar.gz |
Add doap to release guide
-rw-r--r-- | RELEASE_GUIDE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_GUIDE.md b/RELEASE_GUIDE.md index d0b385d6..b267c83c 100644 --- a/RELEASE_GUIDE.md +++ b/RELEASE_GUIDE.md @@ -23,6 +23,7 @@ Usually release candidates are tagged 0.6.0.rc1, 0.6.0.rc2 and tested for a week * Update plugin API docs (./apidocs/c and ./apidocs/python) need to run the `gen.sh` and commit the results to the website git repo * Update CHANGELOG * Update profrc.example +* Update profanity.doap (new XEPs and latest version) ## Creating artefacts * Set the correct release version in configure.ac: @@ -79,3 +80,4 @@ PACKAGE_STATUS="development" * Make changes to the git repo including uploading the new artefacts at: https://github.com/profanity-im/profanity-im.github.io * Update profanity_version.txt + * Take results from profanity.doap and put them into xeps.html |