We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6997c61 commit 49fb7bdCopy full SHA for 49fb7bd
2 files changed
packages/modal/.release-it.js
@@ -67,6 +67,7 @@ export default {
67
tag: true,
68
push: true,
69
requireCleanWorkingDir: false,
70
+ tagName: "magic-modal-${version}",
71
},
72
npm: {
73
publish: true,
tools/eslint/.release-it.js
@@ -7,6 +7,7 @@ export default {
7
8
9
10
+ tagName: "magic-eslint-${version}",
11
12
13
0 commit comments