refactor(build): remove self-signing code from build script and update release notes process

This commit is contained in:
kitbyte
2026-06-28 12:08:19 +03:00
parent a7f0eae670
commit c007e11cce
4 changed files with 38 additions and 46 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ Suggestions for new features or improvements are welcome! Create an Issue descri
git tag 1.0.8.0
git push origin 1.0.8.0
```
6. GitHub Actions will validate the version, build the project, extract the matching changelog section, and publish the release automatically.
6. GitHub Actions will validate the version, build the project, extract the matching changelog section, and publish a notes-only release automatically. Official releases do not attach compiled binaries.
## Code Style