-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathconfig.toml
More file actions
30 lines (25 loc) · 941 Bytes
/
config.toml
File metadata and controls
30 lines (25 loc) · 941 Bytes
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
update_nimble = true
update_package_json = true
# Replacements are string substitutions using
# https://nitely.github.io/nim-regex/regex.html#replace%2Cstring%2CRegex%2Cstring%2Cint
# They run on each snippet in the order defined, before the snippet is
# added to the CHANGELOG.md file.
#
# For example, uncomment the following lines to replace issue numbers with
# links to your GitHub project.
# [[replacement]]
# pattern = '#(\d+)'
# replace = "[#$1](https://github.com/YOURNAME/YOURPROJECT/issues/$1)"
# Duplications are directories that you want to duplicate
# changelog entries to.
#
# For example, uncomment the following and then any time
# you add a change with `changer add`, it will create a
# change snippet in these directories:
# ./changes
# ./changes/../../componentB/changes
# ./changes/../../componentC/changes
# [[duplicate]]
# dst = '../../componentB/changes'
# [[duplicate]]
# dst = '../../componentC/changes'