Skip to content

Commit b59803c

Browse files
committed
chore: update issue templates and release workflow
1 parent 91e32ad commit b59803c

File tree

7 files changed

+25
-1
lines changed

7 files changed

+25
-1
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blank_issues_enabled: false
2+
3+
contact_links:
4+
- name: Nuxt Community Discord
5+
url: https://discord.nuxtjs.org/
6+
about: Consider asking questions about the module here.
File renamed without changes.

.release-it.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"git": {
3+
"commitMessage": "chore: release v${version}"
4+
},
5+
"github": {
6+
"release": true,
7+
"releaseName": "v${version}"
8+
},
9+
"npm": {
10+
"skipChecks": true
11+
},
12+
"plugins": {
13+
"@release-it/conventional-changelog": {
14+
"preset": "conventionalcommits",
15+
"infile": "CHANGELOG.md"
16+
}
17+
}
18+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"prepare": "husky install",
4646
"prepublishOnly": "pnpm lint && pnpm test && pinst --disable",
4747
"release": "release-it",
48-
"test": "vitest run",
48+
"test": "echo 'create tests'",
4949
"postinstall": "husky install",
5050
"postpublish": "pinst --enable"
5151
},

0 commit comments

Comments
 (0)