Skip to content

Commit a2e1d40

Browse files
committed
Remove obsolete release scripts
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.
1 parent e25879c commit a2e1d40

3 files changed

Lines changed: 0 additions & 172 deletions

File tree

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,6 @@ Releases are driven by PR labels. When a PR with the right labels is merged to `
8383
4. The workflow bumps the version in `Directory.Build.props`, commits to `main`, creates a git tag, and creates a GitHub Release
8484
5. The GitHub Release triggers the [`main.yaml`](.github/workflows/main.yaml) workflow, which builds and publishes the packages to NuGet
8585

86-
### Manual Fallback
87-
88-
If you need to perform an emergency release bypassing the automated workflow, the `bin/release-local` script is available:
89-
90-
```bash
91-
# For a patch release (1.0.6 -> 1.0.7)
92-
./bin/release-local patch
93-
94-
# For a minor release (1.0.6 -> 1.1.0)
95-
./bin/release-local minor
96-
97-
# For a major release (1.0.6 -> 2.0.0)
98-
./bin/release-local major
99-
```
100-
10186
## Installation
10287

10388
For ASP.NET Core projects, install the `PostHog.AspNetCore` package:

bin/publish

Lines changed: 0 additions & 16 deletions
This file was deleted.

bin/release-local

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)