polaris/docs/MAINTENANCE.md

17 lines
611 B
Markdown
Raw Normal View History

2020-08-27 08:56:06 +00:00
# Maintenance
## How to make a release
2020-01-21 02:30:54 +00:00
2020-04-17 03:49:36 +00:00
- `git pull` to not miss out on any recent contributions
2020-01-21 02:30:54 +00:00
- Update version number in Cargo.toml and commit the change (no need to push)
- Run `make_release.ps1`
- 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
- Run `update_db_schema.bat` (all its should also work in bash if you're a Linux user)