Skip to content

Commit 2e5bccb

Browse files
authored
Merge pull request #31 from shivjm/fix-remark-editorial-elements-versionrc
Fix remark-editorial-elements .versionrc
2 parents f2277d7 + 3d753a1 commit 2e5bccb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"path": ".",
3-
"tag-prefix": "micromark-extension-kbd-nested-v",
4-
"releaseCommitMessageFormat": "chore(release): micromark-extension-kbd-nested@{{currentTag}}",
3+
"tag-prefix": "remark-editorial-elements-v",
4+
"releaseCommitMessageFormat": "chore(release): remark-editorial-elements@{{currentTag}}",
55
"types": [
6-
{"type":"feat","section":"Features"},
7-
{"type":"fix","section":"Bug Fixes"},
8-
{"type":"test","section":"Tests", "hidden": true},
9-
{"type":"build","section":"Build System", "hidden": true},
10-
{"type":"ci","hidden":true}
6+
{ "type": "feat", "section": "Features" },
7+
{ "type": "fix", "section": "Bug Fixes" },
8+
{ "type": "test", "section": "Tests", "hidden": true },
9+
{ "type": "build", "section": "Build System", "hidden": true },
10+
{ "type": "ci", "hidden": true }
1111
]
1212
}

0 commit comments

Comments
 (0)