Skip to content

Commit

Permalink
release-it config & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen committed Aug 19, 2024
1 parent 9437256 commit 86ee158
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"npm": {
"publish": true
},
"git": {
"commitMessage": "chore(release): release v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}"
},
"hooks": {
"after:bump": "npx changelogen@latest --no-commit --no-tag --output --r $(node -p \"require('./package.json').version\")"
}
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog


## v0.0.9

[compare changes](https://github.com/wpnuxt/wpnuxt-blocks/compare/0.0.8...v0.0.9)

0 comments on commit 86ee158

Please sign in to comment.