Skip to content

Commit

Permalink
fix: env variable warning from release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed Mar 9, 2024
1 parent 96b14be commit e654c85
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 73 deletions.
72 changes: 0 additions & 72 deletions .release-it.json

This file was deleted.

22 changes: 21 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"release": "dotenv release-it"
"release": "release-it"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.5",
Expand Down Expand Up @@ -36,5 +36,25 @@
"release-it": "^17.1.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"release-it": {
"git": {
"commitMessage": "chore(build): release v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}",
"tokenRef": "DEV_PORTFOLIO_TOKEN"
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"header": "# What's New",
"preset": "angular"
}
}
}
}

0 comments on commit e654c85

Please sign in to comment.