2021-12-23 15:24:59 -05:00
|
|
|
# Release Process
|
|
|
|
|
|
|
|
- update CHANGELOG.txt
|
|
|
|
- if `persistence/schema.sql` has changed since last release:
|
|
|
|
- add an entry to MIGRATIONS in `persistence/versions.go`
|
2024-02-25 22:19:07 -08:00
|
|
|
- update `sample_data/seed_data.sql`, including database_version
|
2024-06-10 18:18:36 -07:00
|
|
|
- checkout a branch `vX.Y.Z` with the version number X.Y.Z and push it
|