Skip to content

Commit

Permalink
chore(package.json): update release settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Feb 3, 2024
1 parent b2967c6 commit 9b0e414
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@
"name": "keyshade-xyz",
"version": "0.1.0-alpha",
"license": "MPL-2.0",
"private": true,
"release": {
"branches": [
"main",
{
"name": "alpha",
"prerelease": true
}
"alpha"
],
"plugins": [
[
"@semantic-release/release-notes-generator",
{
"preset": "eslint",
"preset": "conventionalcommits",
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
Expand All @@ -27,40 +25,38 @@
"types": [
{
"type": "feat",
"section": "Features"
"section": "🚀 Features"
},
{
"type": "fix",
"section": "Bug Fixes"
"section": "🐛 Bug Fixes"
},
{
"type": "perf",
"section": "Performance Improvements"
"section": "Performance Improvements"
},
{
"type": "revert",
"section": "Reverts"
"section": "🔙 Reverts"
},
{
"type": "docs",
"section": "Documentation",
"hidden": true
"section": "📚 Documentation"
},
{
"type": "style",
"section": "Styles"
"section": "💅 Styles"
},
{
"type": "chore",
"section": "Miscellaneous Chores"
"section": "🔧 Miscellaneous Chores"
},
{
"type": "refactor",
"section": "Code Refactoring"
"section": "🔨 Code Refactoring"
},
{
"type": "test",
"section": "Tests",
"hidden": true
}
]
Expand All @@ -73,7 +69,6 @@
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/github",
[
"@semantic-release/git",
{
Expand All @@ -83,7 +78,9 @@
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
],
"@semantic-release/github",
"@semantic-release/npm"
]
},
"scripts": {
Expand Down Expand Up @@ -122,7 +119,6 @@
"db:reset": "nx run api:prisma:reset",
"prepare": "husky install"
},
"private": false,
"devDependencies": {
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.3.0",
Expand Down

0 comments on commit 9b0e414

Please sign in to comment.