1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

Mention DEV for doap in release guide

This commit is contained in:
Michael Vetter 2023-07-12 14:09:55 +02:00
parent 62e98dee74
commit 9451ea7c4c
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
* 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)
* Update profanity.doap (new XEPs and latest version). Look for `DEV` which marks what is done on the development branch.
## Creating artefacts
* Set the correct release version in configure.ac:

View File

@ -101,7 +101,7 @@ rosterwin_roster(void)
if (layout->subwin == NULL) {
return;
}
werase(layout->subwin);
auto_gchar gchar* roomspos = prefs_get_string(PREF_ROSTER_ROOMS_POS);