go-build/pkg/release
Snider febe858942 fix(ax): replace banned os imports and add usage example comments
- Remove `os` import from internal/ax/ax.go; replace os.Getwd() with
  syscall.Getwd(), os.MkdirAll() with coreio.Local.EnsureDir(), and
  os.Chmod() with syscall.Chmod()
- Remove `os` import from pkg/sdk/generators/typescript_test.go;
  replace os.PathListSeparator and os.Getenv() with core.Env("PS")
  and core.Env("PATH")
- Replace all "Usage example: call/declare ... from integrating code"
  placeholder comments with concrete code examples across 45 files
  covering build, release, sdk, signing, publishers, builders, and cmd

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:33:36 +01:00
..
publishers fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
testdata/.core refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
changelog.go fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
changelog_test.go chore(ax): remove legacy background git helpers 2026-03-30 05:51:40 +00:00
config.go fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
config_test.go chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00
release.go fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
release_test.go chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00
sdk.go fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
sdk_test.go chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00
test_helpers_test.go chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00
version.go fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
version_test.go chore(ax): remove legacy background git helpers 2026-03-30 05:51:40 +00:00