Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
560 bytes
|
Line | |
---|
1 | module.exports = {
|
---|
2 | // Add logging for releases until we are fully confident of the release solution.
|
---|
3 | debug: true,
|
---|
4 | branch: 'master',
|
---|
5 | verifyConditions: [
|
---|
6 | '@semantic-release/changelog',
|
---|
7 | '@semantic-release/npm',
|
---|
8 | '@semantic-release/github'
|
---|
9 | ],
|
---|
10 | prepare: [
|
---|
11 | './tools/update-contributors',
|
---|
12 | '@semantic-release/changelog',
|
---|
13 | '@semantic-release/npm',
|
---|
14 | '@semantic-release/git'
|
---|
15 | ],
|
---|
16 | publish: [
|
---|
17 | '@semantic-release/npm',
|
---|
18 | '@semantic-release/github'
|
---|
19 | ],
|
---|
20 | success: [
|
---|
21 | '@semantic-release/github',
|
---|
22 | './tools/update-docs'
|
---|
23 | ]
|
---|
24 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.