-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Publishing new releases
- Automated bits
- Docker Library bits
- Metadata files
- Scripts
- etc
-
Find the most recently merged docker-library/official-images repo PR for nextcloud:
-
Identify the release's commit by looking at the entire
library/nextcloudfile withint he PR.- If the top commit has changed, use it; if not, use the most recent
GitCommitreferenced out of all the images. - Also identify the commit of the prior release (either from the prior library file or from a prior release notice)
- If the top commit has changed, use it; if not, use the most recent
-
Open up the appropriate commit history
- Visit https://github.com/nextcloud/docker/compare/{prior release commit}...{new releases latest commit}
-
Open a GHPC chat window and enter this:
-
Analyze the changes and give me a polished set of short release notes suitable for usage on GitHub Releases for this change set. For further context the associated Docker Official Image PR is docker-library/official-images#{new PR} Don't overlook Docker image tag changes, including (but not limited to)
stable,latest, andproduction(you will need to inspect the fulllibrary/nextcloudfile in the mentioned official-images PR to confirm tags). Show me a fully formatted (in Markdown) GitHub Releases body matching the repository’s previous release style closely, including a compact image/version matrix as well as links to any PRs, contributors, and the full changelog sections: https://github.com/nextcloud/docker/releases/tag/v2026.6.1
-