doc: add milestones link to release checklist

This makes it a bit easier to check if all milestoned issues/PRs are addressed, or reassign to a new milestone.

I am committing directly to master as this is a minor change which doesn't need review.
This commit is contained in:
Ana María Martínez Gómez
2021-04-06 10:21:43 +02:00
committed by GitHub
parent 7f93bd5b59
commit 1062ba995e

View File

@@ -1,6 +1,6 @@
# Release checklist
- [ ] Ensure all milestoned issues/PRs are addressed, or reassign to a new milestone.
- [ ] Ensure all [milestoned issues/PRs](https://github.com/fireeye/capa/milestones) are addressed, or reassign to a new milestone.
- [ ] Add the `dont merge` label to all PRs that are close to be ready to merge (or merge them if they are ready) in [capa](https://github.com/fireeye/capa/pulls) and [capa-rules](https://github.com/fireeye/capa-rules/pulls).
- [ ] Ensure the [CI workflow succeeds in master](https://github.com/fireeye/capa/actions/workflows/tests.yml?query=branch%3Amaster).
- [ ] Ensure that `python scripts/lint.py rules/ --thorough` succeeds (only `missing examples` offenses are allowed in the nursery).