Skip to content

Commit 3aeb1eb

Browse files
committed
Release plan update
This is an update to release plan to reflect the latest changes in the release process. Signed-off-by: Jan Richter <jarichte@redhat.com>
1 parent 6fe4b72 commit 3aeb1eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/testplans/release/release.json

Lines changed: 3 additions & 3 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/` 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`. 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. 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",
@@ -20,12 +20,12 @@
2020
"description": "Log into https://copr.fedorainfracloud.org/coprs/g/avocado/avocado-latest-release/add_build/ and submit a new build using SCM as the source type, the clone URL being https://github.com/avocado-framework/avocado.git, the committish being the version tag (such as 109.0) and make srpm as the mechanism to build a SRPM."
2121
},
2222
{
23-
"name": "Update the Fedora RPM packages",
23+
"name": "Update the Fedora RPM packages (LTS only)",
2424
"description": "Follow the instructions on:\n\nhttps://avocado-framework.readthedocs.io/en/latest/guides/contributor/chapters/releasing.html#how-to-refresh-fedora-rawhide\n\nand work with the package maintainer by sending a PR to update the Avocado package on rawhide."
2525
},
2626
{
2727
"name": "Update website",
28-
"description": "Update https://github.com/avocado-framework/avocado-framework.github.io/blob/master/index.md and add the new release."
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."
2929
},
3030
{
3131
"name": "Send e-emails",

0 commit comments

Comments
 (0)