polaris/docs/MAINTENANCE.md

16 lines
519 B
Markdown
Raw Permalink Normal View History

2020-08-27 08:56:06 +00:00
# Maintenance
## How to make a release
2022-11-25 04:27:09 +00:00
- Update CHANGELOG.md to reflect new release
- 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
2022-11-25 04:27:09 +00:00
- After CI completes, move the release from Draft to Published
2020-01-21 02:30:54 +00:00
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`