Skip to content

refactor(ci): Update GitHub Actions for monorepo structure #1

refactor(ci): Update GitHub Actions for monorepo structure

refactor(ci): Update GitHub Actions for monorepo structure #1

Triggered via push July 21, 2024 20:36
Status Failure
Total duration 18s
Artifacts
Release
9s
Release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Release
Error: could not parse changeset - invalid frontmatter: # @ozhanefe/ts-codegenerator ## 1.5.1 ### Patch Changes - 25b4665: add 'declaration' field to tsconfig ## 1.5.0 ### Minor Changes - 8304076: add type exports ## 1.4.0 ### Minor Changes - 70884f5: add scanning feature and tests ## 1.3.0 ### Minor Changes - ddc7954: Add Jest and implement test scenarios ### Patch Changes - 2968ce0: Add @types/node dependency ## 1.2.1 ### Patch Changes - 6a36381: update readme ## 1.2.0 ### Minor Changes - 5c378f7: Add code generation functionality and optimize build size. ## 1.1.0 ### Minor Changes - c2c2ccc: fix: reduce package size and optimize build process ## 1.0.0 ### Major Changes - 23cc58b: Initial release of ts-codegenerator package This major version includes: - Core module parsing functionality - Function and variable parsing capabilities - TypeScript AST analysis utilities - Type definitions for parsed entities (FunctionInfo, VariableInfo, ModuleInfoFields) - Foundational structure for future expansions of parsing capabilities This release establishes the base functionality for parsing TypeScript modules, focusing on extracting information about functions and variables.
Release
could not parse changeset - invalid frontmatter: # @ozhanefe/ts-codegenerator ## 1.5.1 ### Patch Changes - 25b4665: add 'declaration' field to tsconfig ## 1.5.0 ### Minor Changes - 8304076: add type exports ## 1.4.0 ### Minor Changes - 70884f5: add scanning feature and tests ## 1.3.0 ### Minor Changes - ddc7954: Add Jest and implement test scenarios ### Patch Changes - 2968ce0: Add @types/node dependency ## 1.2.1 ### Patch Changes - 6a36381: update readme ## 1.2.0 ### Minor Changes - 5c378f7: Add code generation functionality and optimize build size. ## 1.1.0 ### Minor Changes - c2c2ccc: fix: reduce package size and optimize build process ## 1.0.0 ### Major Changes - 23cc58b: Initial release of ts-codegenerator package This major version includes: - Core module parsing functionality - Function and variable parsing capabilities - TypeScript AST analysis utilities - Type definitions for parsed entities (FunctionInfo, VariableInfo, ModuleInfoFields) - Foundational structure for future expansions of parsing capabilities This release establishes the base functionality for parsing TypeScript modules, focusing on extracting information about functions and variables.
Release
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/