Skip to content

Commit

Permalink
⚙️ Chore: Package - Add release-it Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Aug 20, 2024
1 parent 63bc6e9 commit 6b0cc05
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,17 @@
"lib/",
"ios/",
"example/"
]
],
"release-it": {
"git": {
"commitMessage": "⚙️ Chore: Release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
}
}
}

0 comments on commit 6b0cc05

Please sign in to comment.