Skip to content

Commit c5b7c1c

Browse files
authored
Merge pull request #10 from dexcompiler/copilot/remove-release-workflow-readme
Remove maintainer release workflow from README
2 parents bec98b4 + 92d21f6 commit c5b7c1c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,6 @@ The implementation uses constant-time conditional moves (`CMov`, `CSwap`) to pre
161161
- **Base point B**: The standard Ed25519 generator
162162
- **Group order L**: `2²⁵² + 27742317777372353535851937790883648493`
163163

164-
## Maintainer Release Workflow
165-
166-
1. Set `NUGET_API_KEY` in repository secrets.
167-
2. Update `Version` in `src/Ed25519.csproj` for the intended release.
168-
3. Push a tag in `vX.Y.Z` format (for example, `v1.0.5`).
169-
4. GitHub Actions will build, test, pack, and publish `Dexcompiler.Ed25519` with `--skip-duplicate`.
170-
5. The same tag workflow also creates a GitHub Release with autogenerated notes for that tag.
171-
6. Verify package availability on nuget.org and test `dotnet add package Dexcompiler.Ed25519` in a clean project.
172-
173164
## License
174165

175166
MIT License

0 commit comments

Comments
 (0)