Skip to content

Commit f0d8762

Browse files
Chore(release): 4.2.2 [skip ci]
## [4.2.2](v4.2.1...v4.2.2) (2023-02-14) ### Fix * Added release automation ([5e4bbfc](5e4bbfc))
1 parent 5e4bbfc commit f0d8762

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-3
lines changed

bower.json

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "git://github.com/cgkineo/adapt-search"
66
},
7-
"version": "4.2.1",
7+
"version": "4.2.2",
88
"framework": ">=5.8",
99
"homepage": "https://github.com/cgkineo/adapt-search",
1010
"issues": "https://github.com/cgkineo/adapt-search/issues/",
@@ -17,5 +17,46 @@
1717
"adapt-extension"
1818
],
1919
"license": "GPL-3.0",
20-
"targetAttribute": "_search"
20+
"targetAttribute": "_search",
21+
"private": true,
22+
"devDependencies": {
23+
"@semantic-release/commit-analyzer": "^9.0.2",
24+
"@semantic-release/git": "^10.0.1",
25+
"@semantic-release/github": "^8.0.5",
26+
"@semantic-release/npm": "^9.0.1",
27+
"@semantic-release/release-notes-generator": "^10.0.3",
28+
"conventional-changelog-eslint": "^3.0.9",
29+
"semantic-release": "^19.0.3"
30+
},
31+
"scripts": {
32+
"postversion": "cp package.json bower.json"
33+
},
34+
"release": {
35+
"plugins": [
36+
[
37+
"@semantic-release/commit-analyzer",
38+
{
39+
"preset": "eslint"
40+
}
41+
],
42+
[
43+
"@semantic-release/release-notes-generator",
44+
{
45+
"preset": "eslint"
46+
}
47+
],
48+
"@semantic-release/npm",
49+
"@semantic-release/github",
50+
[
51+
"@semantic-release/git",
52+
{
53+
"assets": [
54+
"package.json",
55+
"bower.json"
56+
],
57+
"message": "Chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
58+
}
59+
]
60+
]
61+
}
2162
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "git://github.com/cgkineo/adapt-search"
66
},
7-
"version": "4.2.1",
7+
"version": "4.2.2",
88
"framework": ">=5.8",
99
"homepage": "https://github.com/cgkineo/adapt-search",
1010
"issues": "https://github.com/cgkineo/adapt-search/issues/",

0 commit comments

Comments
 (0)