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

Update release checklist #1287

Merged
merged 4 commits into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
Changes from 2 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
33 changes: 33 additions & 0 deletions docs/fides/docs/development/release_checklist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Release Checklist

The release checklist is a manual set of checks done before each release to ensure functionality of the most critical components of the application. Some of these steps are redundant with automated tests, while others are _only_ tested here as part of this check.

This checklist can be copy/pasted into the final pre-release PR.

## General

- [ ] Quickstart verified working and up-to-date
- [ ] New tables/columns added to database diagram

## API

- [ ] Verify that the generated API docs are correct
- [ ] Verify that the Postman collection has been updated

## CLI

- [ ] Run a local evaluation
- [ ] Run a standard evaluation
- [ ] Scan the database

## Admin UI

- [ ] Every navigation button works
ThomasLaPiana marked this conversation as resolved.
Show resolved Hide resolved

## Privacy Center

- [ ] Every navigation button works
ThomasLaPiana marked this conversation as resolved.
Show resolved Hide resolved

## Documentation

- [ ] Verify that the changelog
3 changes: 2 additions & 1 deletion docs/fides/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ nav:
- Stripe: saas_connectors/example_configs/stripe.md
- Zendesk: saas_connectors/example_configs/zendesk.md
- CI/CD Integrations: cicd.md
- CLI: cli.md
- Deployment: deployment.md
- Glossary: glossary.md
- Fides UI:
Expand All @@ -79,6 +78,7 @@ nav:
- Deployment: ui/deployment.md
- Fides Lang: https://ethyca.github.io/fideslang/
- API: api/index.md
- CLI: cli.md
- Development:
- Overview: development/overview.md
- Contributing Details: development/contributing_details.md
Expand All @@ -90,6 +90,7 @@ nav:
- Testing: development/testing.md
- Pull Requests: development/pull_requests.md
- Releases: development/releases.md
- Release Checklist: development/release_checklist.md
- Jetbrains Debugging: development/jetbrains_debugging.md
- Using Postman: development/postman/using_postman.md
- Updating the Database Diagram: development/update_erd_diagram.md
Expand Down