Spring cleaning: metadata, CI containerization, release workflow#4
Merged
Conversation
Housekeeping - Add root AGPL-3.0 LICENSE file - Fix surname across all source files and Makefile.PL AUTHOR fields - Remove stale META.yml files (generated by make dist) - Update README with current status, Docker quickstart, fix forum link - Add .gitignore entry for test-results/ CI: container-based builds - Multi-stage Dockerfile (dist/docker/Dockerfile): base stage has all deps pre-installed, production stage adds source and entrypoint. CI builds --target base; docker.yml builds the full production image. - ci.yml: runs Perl tests in the CI container with MySQL 8 service container (replaces bare-runner apt-get/cpanm from scratch) - ci-image.yml: builds and pushes the CI base image to GHCR on master when Dockerfile or Makefile.PL dependencies change - docker.yml: updated to actions/checkout@v6 and ubuntu-24.04 Release workflow - Automated release via workflow_dispatch with version input - Preflight validation (format, tag existence, version ordering) - Container-based test suite (same as CI) - Version bump, commit, tag, push - Build and upload Perl distribution tarballs to GitHub Releases - Build and push production Docker image to GHCR with version tags Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
basestage (CI) andproductionstage share one fileTest plan
🤖 Generated with Claude Code