We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b67d7b commit a16504bCopy full SHA for a16504b
.releaserc.json
@@ -1,7 +1,14 @@
1
{
2
"branches": ["main"],
3
"plugins": [
4
- "@semantic-release/commit-analyzer",
+[
5
+ "@semantic-release/commit-analyzer",
6
+ {
7
+ "releaseRules": [
8
+ { "scope": "web", "release": false }
9
+ ]
10
+ }
11
+ ],
12
"@semantic-release/release-notes-generator",
13
[
14
"@semantic-release/changelog",
packages/web/nuxt.config.ts
@@ -2,7 +2,7 @@ export default defineNuxtConfig({
modules: [
'@nuxt/eslint',
- // '@nuxtaid/core',
+ '@nuxtaid/core',
],
devtools: {
0 commit comments