Skip to content

Commit

Permalink
fix: postversion doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbkz committed Aug 7, 2022
1 parent 156c7a4 commit 433fa68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v3.19.4 (2022-08-07)
## v0.2.1 (2022-08-07)

### Bug Fixes

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
"test:rules": "node test/rules.test.mjs",
"test:generator": "node test/generator.test.mjs",
"lint": "eslint --ext .ts --ext .mjs build.mjs test",
"postversion": "run-s postversion:*",
"postversion:changelog": "nlib-changelog --output CHANGELOG.md",
"postversion:add": "git add .",
"postversion:amend": "git commit -m \"$(git log -1 --format=%s)\" --amend"
"version": "run-s version:*",
"version:changelog": "nlib-changelog --output CHANGELOG.md",
"version:add": "git add ."
},
"peerDependencies": {
"eslint": ">= 8"
Expand Down

0 comments on commit 433fa68

Please sign in to comment.