2020-08-27 08:56:06 +00:00
|
|
|
# Maintenance
|
|
|
|
|
|
|
|
## How to make a release
|
2020-12-14 03:24:06 +00:00
|
|
|
- On Github, go to **Actions**, select the **Make Release** workflow and click **Run workflow**
|
|
|
|
- Select the branch to deploy (usually `master`)
|
|
|
|
- Input a user-facing version name (eg: **0.13.0**)
|
|
|
|
- Click the **Run workflow** button
|
2020-01-21 02:30:54 +00:00
|
|
|
- After CI completes, find the release on Github and write the changelog
|
|
|
|
- Move the release from Draft to Published
|
|
|
|
|
|
|
|
Note that the Github web UI will separate the release from the corresponding tag until published.
|
|
|
|
|
2020-08-27 08:56:06 +00:00
|
|
|
## How to change the database schema
|
2020-01-21 02:30:54 +00:00
|
|
|
|
|
|
|
- Add a new folder under `migrations` following the existing pattern
|
2020-09-20 00:10:00 +00:00
|
|
|
- Run `update_db_schema.bat`
|