Module workspace_node_tools::changes

source ·
Expand description

§Changes

This module is responsible for managing the changes in the monorepo. The changes are stored in a .changes.json file in the root of the project.

§Example

{ “message”: “chore(release): release new version”, “changes”: { “BRANCH-NAME”: [{ “package”: “xxx”, “releaseAs”: “patch”, “deploy”: [“int”] }], } }

Structs§

Functions§