Nx-Release-Publish Executor
nx nx-release-publish my-go-libor through the nx release command:
nx release --publishOptions
Section titled “Options”The nx-release-publish executor does not have configurable options. It automatically publishes your Go module to the Go registry.
Default Inferred
Section titled “Default Inferred”{ executor: '@naxodev/gonx:release-publish', options: { moduleRoot: projectRoot, }, configurations: { development: { dryRun: true, }, }, }- This executor is designed to work seamlessly with
nx release - Publishes your Go module to the Go registry
- Part of gonx’s integration with Nx’s version management system