Skip to content

Commit

Permalink
Mention DEV for doap in release guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalh committed Jul 12, 2023
1 parent 62e98de commit 9451ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/ui/rosterwin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9451ea7

Please sign in to comment.