From e7f145ad0e2df696a88ebc57f2f7287abbad898d Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Thu, 1 Oct 2020 15:08:18 -0400 Subject: [PATCH] Added mention of aparapi-docker for the release process. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72ae15c4..172ac251 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,6 +76,7 @@ First ensure the package is prepared for the release process: * Ensure that none of the dependencies used are snapshots. * Update the changelog file. * Check that all Aparapi libraries used as dependencies point to the latest version. +* After making the release go to the aparapi-docker project and push an image for the new aparapi version Next lets take a few steps to do the actual release: -- GitLab