Skip to content

Commit aa32ec0

Browse files
authored
Merge pull request #112 from devgateway/alive-final
Changes from aLIVE project
2 parents 54e9888 + 93f5ca3 commit aa32ec0

100 files changed

Lines changed: 8407 additions & 1749 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/commons/.releaserc

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"$schema": "https://json.schemastore.org/semantic-release.json",
3+
"branches": [
4+
"main",
5+
"release/v2",
6+
{
7+
"name": "develop",
8+
"channel": "develop",
9+
"prerelease": true
10+
}
11+
],
12+
"plugins": [
13+
[
14+
"@semantic-release/commit-analyzer",
15+
{
16+
"preset": "angular",
17+
"releaseRules": [
18+
{ "type": "docs", "scope": "README", "release": "patch" },
19+
{ "type": "style", "release": "patch" },
20+
{ "type": "perf", "release": "patch" },
21+
{ "type": "test", "release": "patch" },
22+
{ "type": "build", "release": "patch" },
23+
{ "type": "ci", "release": "patch" },
24+
{ "type": "chore", "release": "patch" },
25+
{ "type": "revert", "release": "patch" },
26+
{ "type": "refactor", "release": "minor" },
27+
{ "type": "BREAKING CHANGE", "release": "major" }
28+
],
29+
"parserOpts": {
30+
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
31+
}
32+
}
33+
],
34+
"@semantic-release/release-notes-generator",
35+
"@semantic-release/changelog",
36+
"@colbyfayock/semantic-release-pnpm",
37+
[
38+
"@semantic-release/github",
39+
{
40+
"assets": "build/*.tgz"
41+
}
42+
]
43+
44+
]
45+
}

0 commit comments

Comments
 (0)