Skip to content

Commit 62abb01

Browse files
authored
Merge pull request #6162 from richtja/release_plan
Release Plan
2 parents c70bb85 + ab57abe commit 62abb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/testplans/release/release.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"tests": [
66
{
77
"name": "Write the release notes",
8-
"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."
8+
"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."
99
},
1010
{
1111
"name": "Check secrets are set in GitHub",
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"name": "Update website",
28-
"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."
28+
"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."
2929
},
3030
{
3131
"name": "Send e-emails",

0 commit comments

Comments
 (0)