Skip to content

Commit

Permalink
chore(config): remove release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Nov 29, 2024
1 parent 97682ad commit d0170c4
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,5 @@
}
}
]
},
"release-it": {
"git": {
"tagName": "v${version}"
},
"npm": {
"publish": false
},
"github": {
"release": false,
"assets": [
"build/*.xpi"
]
},
"hooks": {
"before:init": "npm run lint",
"after:bump": "npm run build",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}
}
}

0 comments on commit d0170c4

Please sign in to comment.