Tags: stackaid/generate-stackaid-json
Tags
Add support for discovering and copying package.json files to publish… …_repo (#8) * Add support for discovering and copying package.json files to publish_repo - Refactor github specific constants and methods. - Add debug info useful for dry runs - Bump version * Add different publish repo for test output
Fix discovery of Go direct dependencies (#6) * Fix discovery of direct dependencies - Our current approach relied on a main.go file residing at the root of the repository which may not always be the case. - Additionally calling go list {{.Deps}} module would not always give indented results. * Bump version
Better support for go projects. Fix file matching in source repo - GitHub's API returns a flat list of direct and indirect deps when examining go.mod files so instead we roll our own support making use of the go-setup actions. - Fix issue where dependency could list itself as an indirect dependency - Support glob matching - Make token optional
PreviousNext