source: node_modules/xml-but-prettier/.release-it.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 235 bytes
Line 
1{
2 "github": {
3 "tokenRef": "GITHUB_TOKEN",
4 "release": true,
5 "assets": "dist/index.js"
6 },
7 "npm": {
8 "publish": true
9 },
10 "prompt": {
11 "src": {
12 "status": true
13 }
14 },
15 "buildCommand": "npm run build"
16}
Note: See TracBrowser for help on using the repository browser.