Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
add release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jun 27, 2022
1 parent b2e0488 commit 21f6288
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"npm": {
"publish": false
},
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://github.com/raw/release-it/release-it/master/templates/changelog-compact.hbs",
"tagName": "${version}"
},
"github": {
"release": true,
"releaseName": "${version}",
"releaseNotes": "npx auto-changelog --stdout --commit-limit false -u --template https://github.com/raw/release-it/release-it/master/templates/changelog-compact.hbs"
},
"hooks": {
"after:bump": "npx auto-changelog --commit-limit false -p"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "circularity-frontend",
"description": "A Volto-powered Plone frontend",
"license": "MIT",
"version": "1.0.0",
"version": "0.0.0",
"scripts": {
"start": "razzle start",
"postinstall": "yarn omelette && yarn patches",
Expand Down

0 comments on commit 21f6288

Please sign in to comment.