cli/pkg/release
Snider 699c0933f6
fix(docs): respect workspace.yaml packages_dir setting (fixes #46) (#55)
* fix(docs): respect workspace.yaml packages_dir setting (fixes #46)

* fix(workspace): improve config loading logic (CR feedback)

- Expand ~ before resolving relative paths in cmd_registry
- Handle LoadWorkspaceConfig errors properly
- Update Repo.Path when PackagesDir overrides default
- Validate workspace config version
- Add unit tests for workspace config loading

* docs: add comments and increase test coverage (CR feedback)

- Add docstrings to exported functions in pkg/cli
- Add unit tests for Semantic Output (pkg/cli/output.go)
- Add unit tests for CheckBuilder (pkg/cli/check.go)
- Add unit tests for IPC Query/Perform (pkg/framework/core)

* fix(test): fix panics and failures in php package tests

- Fix panic in TestLookupLinuxKit_Bad by mocking paths
- Fix assertion errors in TestGetSSLDir_Bad and TestGetPackageInfo_Bad
- Fix formatting in test files

* fix(test): correct syntax in services_extended_test.go

* fix(ci): point coverage workflow to go.mod instead of go.work

* fix(ci): build CLI before running coverage

* fix(ci): run go generate for updater package in coverage workflow

* fix(github): allow dry-run publish without gh CLI authentication

Moves validation check after dry-run check so tests can verify dry-run behavior in CI environments.
2026-02-01 01:59:27 +00:00
..
publishers fix(docs): respect workspace.yaml packages_dir setting (fixes #46) (#55) 2026-02-01 01:59:27 +00:00
testdata/.core feat(release): implement release system with GitHub publisher 2026-01-28 18:33:11 +00:00
changelog.go feat(release): implement release system with GitHub publisher 2026-01-28 18:33:11 +00:00
changelog_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
config.go feat(release): add SDK configuration to release.yaml 2026-01-29 01:24:37 +00:00
config_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
release.go refactor(cli): separate build and publish concerns 2026-01-29 12:48:28 +00:00
release_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00
sdk.go feat(release): implement RunSDK for SDK-only releases 2026-01-29 03:20:56 +00:00
sdk_test.go test(release): add SDK release integration tests 2026-01-29 03:28:05 +00:00
version.go feat(release): implement release system with GitHub publisher 2026-01-28 18:33:11 +00:00
version_test.go test: increase coverage to 63.8% across packages 2026-01-29 14:28:23 +00:00