Skip to content

Commit d695dab

Browse files
committed
Added RELEASE-CHECKLIST.md, to help prevent sadpandas
1 parent 1ed68de commit d695dab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RELEASE-CHECKLIST.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
To prevent sad pandas, please check the following items before making a release:
2+
3+
- Make sure that the APP POINTS TO COMMONS. This is very important, and should be
4+
ensured. The variables to check are `API_URL`, `IMAGE_URL_BASE`, `HOME_URL` and
5+
`EVENTLOG_WIKI`, in `CommonsApplication.java`. Preferred way to do this is to have
6+
a staved `git stash` that applies these, and then apply them (and make a branch)
7+
before pushing them out
8+
- Check for database schema migrations. If you modified the `DATABASE_VERSION` in
9+
`DBOpenHelper`, ensure that you have appropriately written recursive migrations
10+
in your appropriate `onUpgrade` methods. **Test** this before pushing out! You
11+
only need to test from the last database version, so should not be that hard!

0 commit comments

Comments
 (0)