28 lines
777 B
Markdown
28 lines
777 B
Markdown
|
---
|
||
|
# This file is a template for new releases. It delineates all sub-tasks which
|
||
|
# are common to a release.
|
||
|
#
|
||
|
# It is expected that this file will be copy-pasted into this directory and the
|
||
|
# front-matter uncommented. Release goals should be added as dependencies via
|
||
|
# `after`.
|
||
|
#
|
||
|
#type: task
|
||
|
#after:
|
||
|
# - /bugs/**
|
||
|
---
|
||
|
|
||
|
# Release vX.Y.Z
|
||
|
|
||
|
Checklist for the release:
|
||
|
|
||
|
* Review all documentation to ensure it is up-to-date and complete.
|
||
|
|
||
|
* Follow building instructions at `/docs/dev/releases.md` to create a release
|
||
|
candidate (RC), distribute RC to anyone who wants to test, collect feedback,
|
||
|
fix bugs, create new RC, rinse-repeat until confident.
|
||
|
|
||
|
* Follow building _and_ releasing instructions at `/docs/dev/releases.md` to
|
||
|
complete release process.
|
||
|
|
||
|
* Delete this file.
|