platform/melos.yaml

20 lines
394 B
YAML
Raw Normal View History

name: protevus_platform
repository: https://github.com/protevus/platform
2022-03-19 01:37:28 +00:00
packages:
- core/**
2022-03-19 01:37:28 +00:00
- packages/**
2024-10-05 17:50:13 +00:00
- sandbox/**
- wspace/**
- examples/**
2022-03-19 01:37:28 +00:00
command:
version:
# Generate commit links in package changelogs.
linkToCommits: true
# Only allow versioning to happen on main branch.
branch: master
workspaceChangelog: true
ide:
intellij:
enabled: false