Skip to content

Commit

Permalink
chore: add prerelease script for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 31, 2023
1 parent 51cc0da commit b0bd5b5
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/image",
"version": "1.0.0",
"version": "1.0.0-rc.0",
"description": "Nuxt Image Module",
"repository": "nuxt/image",
"license": "MIT",
Expand All @@ -20,7 +20,8 @@
"docs:dev": "pnpm nuxt dev docs",
"lint": "eslint --ext .ts --ext .vue .",
"prepack": "pnpm build",
"release": "pnpm test && standard-version && git push --follow-tags && npm publish",
"release": "pnpm run prerelease",
"prerelease": "pnpm test && changelogen --release --prerelease=rc --push && npm publish",
"test": "pnpm lint"
},
"dependencies": {
Expand All @@ -38,10 +39,10 @@
"@nuxt/module-builder": "0.2.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.15.11",
"changelogen": "^0.5.2",
"eslint": "8.37.0",
"jiti": "1.18.2",
"nuxt": "^3.3.2",
"standard-version": "latest",
"typescript": "5.0.3"
},
"optionalDependencies": {
Expand Down
165 changes: 165 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0bd5b5

Please sign in to comment.