Skip to content

Publishing new releases

Josh edited this page Jun 11, 2026 · 2 revisions

Image releases

  • Automated bits
  • Docker Library bits
  • Metadata files
  • Scripts
  • etc

Release notes

  • Find the most recently merged docker-library/official-images repo PR for nextcloud:

  • Identify the release's commit by looking at the entire library/nextcloud file withint he PR.

    • If the top commit has changed, use it; if not, use the most recent GitCommit referenced 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)
  • Open up the appropriate commit history

  • 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, and production (you will need to inspect the full library/nextcloud file 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

Clone this wiki locally