Skip to content

Commit d3f7869

Browse files
authored
[docs] Update release management docs (ddev#4627) [skip ci]
1 parent 70176e3 commit d3f7869

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/developers/release-management.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@ The following “Repository secret” environment variables must be added to <ht
4040

4141
### Prerelease Tasks
4242

43+
* Create and execute a test plan.
4344
* Make sure [`version-history.md`](https://github.com/drud/ddev/blob/master/version-history.md) is up to date.
4445
* Make sure the Docker images are all tagged and pushed.
45-
* Make sure [`pkg/version/version.go`](https://github.com/drud/ddev/blob/master/pkg/version/version.go) is all set to point to the new images and tests have been run.
46+
* Make sure [`pkg/versionconstants/versionconstants.go`](https://github.com/drud/ddev/blob/master/pkg/versionconstants/versionconstants.go) is all set to point to the new images and tests have been run.
4647

4748
### Actual Release Creation
4849

49-
1. Create a release for the new version using the GitHub UI. It should be “prerelease” if it’s an edge release.
50+
1. Create a [release](https://github.com/drud/ddev/releases) for the new version using the GitHub UI. It should be “prerelease” if it’s an edge release.
5051
2. Use the “Auto-generate release notes” option to get the commit list, then edit to add all the other necessary info.
5152
3. Verify that Homebrew (Linux and macOS) and Chocolatey and AUR are working correctly with the right versions.
5253

0 commit comments

Comments
 (0)