Multi-module Go packages published under:
github.com/driftappdev/...
$env:GITHUB_TOKEN = "<your_token_with_repo_scope>"
.\scripts\create-github-repo.ps1 -Owner driftapp -Repo libpackage -DefaultBranch main.\scripts\release.ps1 -Module eventbus/retry -Version v0.1.0This command will:
- commit current changes
- create annotated tag
eventbus/retry/v0.1.0 - push branch + tag to GitHub
Consumers install with version:
go get github.com/PlatformCore/libpackage/platform/eventbus/retry@v0.1.0