20 lines
No EOL
392 B
YAML
20 lines
No EOL
392 B
YAML
name: angel3_platform
|
|
repository: https://github.com/protevus/platform
|
|
packages:
|
|
- core/**
|
|
- packages/**
|
|
- sandbox/**
|
|
- wspace/**
|
|
- examples/**
|
|
|
|
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 |