Skip to content

Commit

Permalink
Prepare to release with release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Nov 2, 2020
1 parent 5e0da9c commit 801ff41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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": "v${version}"
"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": {
"before:init": "yarn test",
"before:init": "echo 'DISABLE: yarn test'",
"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
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-columns-block",
"version": "0.3.0",
"version": "0.3.5",
"description": "volto-columns-block: Volto add-on",
"main": "src/index.js",
"repository": "https://github.com/eea/volto-columns-block",
Expand Down

0 comments on commit 801ff41

Please sign in to comment.