Prepare for nightly release packages#20
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the PolygonClipper project for nightly release packages by enabling automated publishing workflows and improving repository infrastructure. The changes focus on setting up proper CI/CD pipelines for both nightly and tagged releases while adding standard GitHub repository files and improving build caching.
- Updates workflow files to enable automated package publishing to both feedz.io (nightly) and NuGet (tagged releases)
- Improves LFS caching strategy with deterministic key generation and cross-platform compatibility
- Adds standard GitHub repository files including issue templates, contributing guidelines, and PR templates
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/PolygonClipper/PolygonClipper.csproj | Adds MinVer configuration and corrects package icon path |
| shared-infrastructure | Updates submodule commit reference |
| README.md | Enhances README with proper branding, badges, and centered layout |
| PolygonClipper.sln | Adds GitHub repository files to solution structure |
| PolygonClipper.props | Corrects namespace reference from PolygonClipper to SixLabors.PolygonClipper |
| .github/workflows/code-coverage.yml | Improves LFS caching with platform-independent key generation |
| .github/workflows/build-and-test.yml | Adds WarmLFS job and enables Publish job for automated package deployment |
| .github/PULL_REQUEST_TEMPLATE.md | Adds standardized pull request template |
| .github/ISSUE_TEMPLATE/oss-bug-report.yml | Adds structured bug report template |
| .github/ISSUE_TEMPLATE/config.yml | Configures issue template routing |
| .github/FUNDING.yml | Adds funding information |
| .github/CONTRIBUTING.md | Adds comprehensive contributing guidelines |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Prerequisites
Description