-
Notifications
You must be signed in to change notification settings - Fork 2
/
.pvm.toml
53 lines (41 loc) · 1005 Bytes
/
.pvm.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[versioning]
unified = ['/packages/*', '/src/**/*']
source = 'tag'
[changelog]
front_matter = """
id: index
title: Change Log"""
[mark_pr]
analyze_update = false
packages_as_labels = false
packages_table = true
packages_graph = false
attach_changelog = true
[publish]
registry = 'https://registry.npmjs.org'
cli_args = '--access public'
[update]
default_release_type = 'patch'
commit_via_platform = false
retry_via_platform_if_failed_via_vcs = false
[[update.release_type_overrides]]
type = 'none'
files_match = [
'**/__tests__/**/*',
]
[update.graph]
strip_namespace = false
[notifications]
target = 'all'
[[notifications.clients]]
name = 'mattermost'
pkg = '@pvm/mattermost'
[notifications.client_configs.mattermost]
team = 'tinkoff'
[notifications.clients_common_config]
channel = 'pvm-github'
author = { name = 'pvm minion (github)', avatarEmoji = ':deciduous_tree:' }
[plugins]
local_plugins = ['packages/pvm-plugin-conventional-changelog']
[[plugins_v2]]
plugin = '@pvm/plugin-github'