Skip to content

Release Plan #6162

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all 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
4 changes: 2 additions & 2 deletions examples/testplans/release/release.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tests": [
{
"name": "Write the release notes",
"description": "Under `docs/source/releases/` from next.rst create a new .rst file describing the release changes. Also, add the new release to the list of releases at `docs/source/releases/index.rst` and update the next.rts for next release. Look at the sprint issues and PRs on GitHub, specially the ones with the `comment-on-sprint-review` label. Commit your changes directly in the master branch."
"description": "Under `docs/source/releases/` from next.rst create a new .rst file describing the release changes. Also, add the new release to the list of releases at `docs/source/releases/index.rst` and update the next.rts for next release. Run `make html` in docs directory. Look at the sprint issues and PRs on GitHub, specially the ones with the `comment-on-sprint-review` label. Commit your changes directly in the master branch."
},
{
"name": "Check secrets are set in GitHub",
Expand All @@ -25,7 +25,7 @@
},
{
"name": "Update website",
"description": "Update https://github.com/avocado-framework/avocado-framework.github.io/blob/master/_data/releases/versions.yml, add the new release and remove the oldest one."
"description": "Update https://github.com/avocado-framework/avocado-framework.github.io/blob/master/_data/releases/versions.yml, add the new release and remove the oldest one. Push it to the master branch. This will update the website with the new release."
},
{
"name": "Send e-emails",
Expand Down
Loading