300 B
300 B
Release Process
- update CHANGELOG.txt
- if
persistence/schema.sql
has changed since last release:- add an entry to MIGRATIONS in
persistence/versions.go
- update
sample_data/seed_data.sql
, including database_version
- add an entry to MIGRATIONS in
- checkout a branch
vX.Y.Z
with the version number X.Y.Z and push it