File tree Expand file tree Collapse file tree 3 files changed +8128
-1755
lines changed Expand file tree Collapse file tree 3 files changed +8128
-1755
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "repositoryUrl": "
[email protected] :insurgent-lab/commitlint-config.git",
3
+ "branches": [
4
+ "master"
5
+ ],
6
+ "tagFormat": "v${version}",
7
+ "plugins": [
8
+ [
9
+ "@semantic-release/commit-analyzer",
10
+ {
11
+ "config": "@insurgentlab/conventional-changelog-preset",
12
+ "releaseRules": "@insurgentlab/conventional-changelog-preset/release-rules"
13
+ }
14
+ ],
15
+ [
16
+ "@semantic-release/release-notes-generator",
17
+ {
18
+ "config": "@insurgentlab/conventional-changelog-preset"
19
+ }
20
+ ],
21
+ "@semantic-release/npm",
22
+ [
23
+ "@semantic-release/changelog",
24
+ {
25
+ "changelogFile": "CHANGELOG.md"
26
+ }
27
+ ],
28
+ [
29
+ "@semantic-release/git",
30
+ {
31
+ "assets": [
32
+ "CHANGELOG.md",
33
+ "package.json",
34
+ "package-lock.json"
35
+ ],
36
+ "message": "Release v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
37
+ }
38
+ ],
39
+ "@semantic-release/github"
40
+ ]
41
+ }
You can’t perform that action at this time.
0 commit comments