Skip to content

Commit 5a92680

Browse files
committed
🐛 Fix semver.json's branches property
1 parent a01e50c commit 5a92680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitmoji-semver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function getSemverByName(name) {
3131
function genSemverJson() {
3232
const distGitmojisObj = JSON.parse(fs.readFileSync('./build/dist/gitmojis.json', 'utf8'));
3333
const res = {
34-
branch: srcSemverObj.branch,
34+
branches: srcSemverObj.branches,
3535
semver: {
3636
major: [],
3737
minor: [],

0 commit comments

Comments
 (0)