Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release checklist #870

Merged
merged 9 commits into from
Nov 2, 2020
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions release-checklist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Release Checklist

- [ ] [Master branch checks](https://github.com/treeverse/lakeFS/actions?query=branch%3Amaster) are green
- [ ] Create a [new draft release](https://github.com/treeverse/lakeFS/releases/new)
Bump the version based on SemVer guidelines [SemVer](https://semver.org/)
Make sure that version starts with 'v' and the semver number
Database migration is part of new feature and not a patch
- [ ] Verify that [GoReleaser actions](https://github.com/treeverse/lakeFS/actions?query=workflow%3Agoreleaser) triggered by new draft release complates successfully
nopcoder marked this conversation as resolved.
Show resolved Hide resolved
- [ ] Update the release notes (after goreleaser auto-generated list)
Remove test and documentation related stuff
Try to sort the list by importance
Update the description of items if needed so the reader will understand better what this release changes
Migrateion should be noted and documented outside the changelog
How to run the migrate if needed
Is lakeFS service needs to be down while migrate is running (backward compatibility)
- [ ] Uncheck the 'This is a pre-release'
nopcoder marked this conversation as resolved.
Show resolved Hide resolved
- [ ] Update [charts](https://github.com/treeverse/charts) repository (PR, Approve and Commit)
Edit `charts/lakefs/Chart.yaml`
- Bump the `version` patch level
- Update the `appVersion` to the lakeFS version we released