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 63d7906 commit 1ad3e0aCopy full SHA for 1ad3e0a
.eslintignore
@@ -1,5 +1,5 @@
1
-!.eslintrc.js
2
-!.release-it.js
+!.eslintrc.cjs
+!.release-it.cjs
3
4
# un-ignore @nuxtjs/eslint-config
5
!*.d.ts
.release-it.cjs
@@ -13,7 +13,7 @@ module.exports = {
13
releaseNotes (ctx) {
14
// Remove first, redundant line with the version and the date.
15
return ctx.changelog.split('\n').slice(1).join('\n')
16
- }
+ },
17
},
18
plugins: {
19
'@release-it/conventional-changelog': {
0 commit comments