Remove obsolete release scripts - #165
Merged
Merged
Conversation
The label-driven release workflow (.github/workflows/release.yml) fully automates versioning, tagging, and publishing. Delete the now-unused bin/publish and bin/release-local scripts and remove the manual fallback section from the README.
Contributor
|
Last reviewed commit: a2e1d40 |
Contributor
posthog-dotnet Compliance ReportDate: 2026-03-05 21:51:28 UTC ✅ All Tests Passed!29/29 tests passed Capture Tests✅ 29/29 tests passed View Details
|
Contributor
There was a problem hiding this comment.
Pull request overview
Removes legacy manual release scripts and updates documentation to align with the label-driven GitHub Actions release workflow introduced in #157.
Changes:
- Delete
bin/publishandbin/release-localscripts that are no longer used. - Remove the README “Manual Fallback” section that referenced
bin/release-local.
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
bin/release-local |
Removed obsolete local release preparation script. |
bin/publish |
Removed obsolete NuGet publishing helper script. |
README.md |
Removed documentation for the deleted manual fallback release path. |
💡 Add Copilot custom instructions for smarter, more guided reviews. 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.
Summary
bin/publishandbin/release-local, which are superseded by the label-driven release workflow added in Add label-driven release workflow #157bin/release-localTest plan
dotnet buildpassesgrep -r 'bin/publish\|bin/release-local'confirms no stale references remain