Skip to content

Commit

Permalink
dev: update devDependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Jul 28, 2022
1 parent 7dceb70 commit 31a1065
Show file tree
Hide file tree
Showing 3 changed files with 1,831 additions and 1,290 deletions.
4 changes: 2 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"hooks": {
"before:init": ["npm run lint", "npm test"],
"after:bump": "auto-changelog -p --starting-date 2021-07-17 --commit-limit false --ignore-commit-pattern '^((dev|chore|ci):|Release|skip changelog)'",
"after:bump": "auto-changelog -p --starting-version v1.1.1 --commit-limit false --ignore-commit-pattern '^((dev|chore|ci):|Release|skip changelog)'",
"after:npm:bump": "npm pack",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
Expand All @@ -10,7 +10,7 @@
"commitArgs": ["-S"],
"tagAnnotation": "Release ${version}",
"tagArgs": ["-s"],
"changelog": "auto-changelog -u --starting-date 2021-07-17 --commit-limit false --ignore-commit-pattern '^((dev|chore|ci):|Release|skip changelog)' --stdout -t https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
"changelog": "auto-changelog -u --starting-version v1.1.1 --commit-limit false --ignore-commit-pattern '^((dev|chore|ci):|Release|skip changelog)' --stdout -t https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
},
"npm": {
"publish": false
Expand Down
Loading

0 comments on commit 31a1065

Please sign in to comment.