offline-twitter/doc/release_process.md

8 lines
302 B
Markdown
Raw Normal View History

2021-12-23 15:24:59 -05:00
# Release Process
- update CHANGELOG.txt
- if `persistence/schema.sql` has changed since last release:
- bump ENGINE_DATABASE_VERSION in `persistence/versions.go`
- add an entry to MIGRATIONS in `persistence/versions.go`
2022-12-24 14:39:04 -05:00
- checkout a branch `release-x.y.z` with the version number x.y.z and push it