polaris/docs/MAINTENANCE.md

15 lines
594 B
Markdown
Raw Normal View History

2020-01-21 02:30:54 +00:00
# How to make a release
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.
# How to change the database schema
- 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)