forked from Checkmarx/kics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: release checklist (Checkmarx#3822)
- Loading branch information
1 parent
ea8e843
commit 67e2e8b
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Release Checklist | ||
|
||
1. Check for any `update-queries-docs` pull requests open, review and merge if any | ||
2. Prepare release (run prepare-release action) | ||
3. Review and merge prepare-release pull-request | ||
4. Create and push new version git tag | ||
5. Wait for goreleaser action to complete | ||
6. Test pre-release manually on each platform | ||
7. Publish new version by updating changelog and removing pre-release flag | ||
8. Check if `update-docs-release` workflow completed with success | ||
9. Trigger `release-docker-image` workflow | ||
10. Check if image is published in dockerhub / update hub documentation if changed. |