Skip to content

Commit 0835071

Browse files
committed
ci: commit & push release changes
1 parent 31db6e8 commit 0835071

File tree

3 files changed

+128
-0
lines changed

3 files changed

+128
-0
lines changed

package-lock.json

Lines changed: 121 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
},
126126
"devDependencies": {
127127
"@nandertga/eslint-config": "^3.1.2",
128+
"@semantic-release/git": "^10.0.1",
128129
"@total-typescript/shoehorn": "^0.1.1",
129130
"@types/he": "^1.2.1",
130131
"@types/jest": "^29.5.5",

release.config.cjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,11 @@ module.exports = {
3333
"@semantic-release/release-notes-generator",
3434
"@semantic-release/npm",
3535
"@semantic-release/github",
36+
[
37+
"@semantic-release/git",
38+
{
39+
assets: [ "package.json", "package-lock.json" ],
40+
},
41+
],
3642
],
3743
};

0 commit comments

Comments
 (0)