Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit e4a72f1

Browse files
Leandro SoaresSoaresMG
Leandro Soares
authored andcommitted
chore: update package.json during release
1 parent e13b477 commit e4a72f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}],
1313
"@semantic-release/npm",
1414
["@semantic-release/git", {
15-
"assets": ["docs", "yarn.lock"],
15+
"assets": ["docs", "yarn.lock", "package.json"],
1616
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
1717
}],
1818
"@semantic-release/github"

0 commit comments

Comments
 (0)