Skip to content

Commit b20aae9

Browse files
committed
chore: release v1.8.1
Add `--no-verify` to `git commit` command when using lerna. Otherwise, cleaning up becomes a royal PITA.
1 parent 0032a88 commit b20aae9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## __WORK IN PROGRESS__
55
-->
66

7-
## __WORK IN PROGRESS__
7+
## 1.8.1 (2020-09-15)
88
* Add `--no-verify` to `git commit` command when using lerna. Otherwise, cleaning up becomes a royal PITA.
99

1010
## 1.8.0 (2020-09-01) · 2020 Doomsday release :)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alcalzone/release-script",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Release script to automatically increment version numbers and push git tags of Node.js projects",
55
"main": "build/release.js",
66
"bin": "bin/release.js",

0 commit comments

Comments
 (0)