You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/content/developers/release-management.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -40,13 +40,14 @@ The following “Repository secret” environment variables must be added to <ht
40
40
41
41
### Prerelease Tasks
42
42
43
+
* Create and execute a test plan.
43
44
* Make sure [`version-history.md`](https://github.com/drud/ddev/blob/master/version-history.md) is up to date.
44
45
* 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.
46
47
47
48
### Actual Release Creation
48
49
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.
50
51
2. Use the “Auto-generate release notes” option to get the commit list, then edit to add all the other necessary info.
51
52
3. Verify that Homebrew (Linux and macOS) and Chocolatey and AUR are working correctly with the right versions.
0 commit comments