minor: Disable contributors in CHANGELOG
This commit is contained in:
@@ -8,8 +8,3 @@
|
|||||||
- Initial Moonshine theme - Headless WordPress theme based on Nuxt (b3134fe)
|
- Initial Moonshine theme - Headless WordPress theme based on Nuxt (b3134fe)
|
||||||
- CHANGELOG generation using conventional commits (55e16ab)
|
- CHANGELOG generation using conventional commits (55e16ab)
|
||||||
- ESLint configuration (e95bbfb)
|
- ESLint configuration (e95bbfb)
|
||||||
|
|
||||||
### ❤️ Contributors
|
|
||||||
|
|
||||||
- Pascal Martineau <pascal@lewebsimple.ca>
|
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"postinstall": "pnpm --sequential /postinstall:.*/",
|
"postinstall": "pnpm --sequential /postinstall:.*/",
|
||||||
"postinstall:nuxt": "nuxt prepare",
|
"postinstall:nuxt": "nuxt prepare",
|
||||||
"preview": "nuxt preview",
|
"preview": "nuxt preview",
|
||||||
"release": "pnpm lint && changelogen --release --push"
|
"release": "pnpm lint && changelogen --noAuthors --release --push"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nuxt": "^4.2.2",
|
"nuxt": "^4.2.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user