You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
streamline RELEASES.md to focus only on release process
Removed all development-related content from RELEASES.md:
## Removed Sections
- Local Development (Makefile usage, build scripts)
- Development Builds (GitHub Actions artifacts)
- Manual cross-compilation examples
- Build troubleshooting
- Version injection examples
## Kept Release-Focused Content
- Automated release process (git tag workflow)
- Supported platforms table
- Release process for maintainers
- Version naming conventions
- Installation from GitHub releases
- Release troubleshooting
The file now focuses exclusively on:
1. How to cut a release (git tag v1.0.0)
2. What gets built and released
3. How users install releases
4. Troubleshooting release issues
Development information belongs in README.md or separate docs,
not in a release-focused document.
Co-authored-by: f0ssel <[email protected]>
0 commit comments