Skip to content

Commit

Permalink
chore: remove tagPrefix from versionrc files
Browse files Browse the repository at this point in the history
  • Loading branch information
suXinjke committed Oct 19, 2024
1 parent 4a05bb0 commit 0b17870
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/cli/.versionrc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
header: '# Changelog',
tagPrefix: 'cli/',
skip: {
commit: true,
tag: true,
Expand Down
1 change: 0 additions & 1 deletion packages/core/.versionrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
commit: true,
tag: true,
},
tagPrefix: 'core/',
types: [
{
type: 'feat',
Expand Down

0 comments on commit 0b17870

Please sign in to comment.