Skip to content

Commit

Permalink
Release 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tortuvshin committed Aug 11, 2019
1 parent d975718 commit cc8d633
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.
37 changes: 31 additions & 6 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
{
"github": {
"release": false
},
"git": {
"requireCleanWorkingDir": false
"changelog": "git log --pretty=format:\"* %s (%h)\" ${latestTag}...HEAD",
"requireCleanWorkingDir": false,
"requireUpstream": true,
"requireCommits": false,
"addUntrackedFiles": false,
"commit": true,
"commitMessage": "Release ${version}",
"commitArgs": "",
"tag": true,
"tagName": "${version}",
"tagAnnotation": "Release ${version}",
"tagArgs": "",
"push": true,
"pushArgs": "--follow-tags",
"pushRepo": "origin"
},
"npm": {
"publish": true,
"publishPath": ".",
"access": null,
"otp": null
},
"github": {
"release": false,
"releaseName": "Release ${version}",
"releaseNotes": null,
"preRelease": false,
"draft": false,
"assets": null,
"host": null
}

}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uptime.js",
"version": "1.2.9",
"version": "1.2.10",
"description": "Uptime monitor in Node.js that send status changes to Chatbots",
"author": "Turtuvshin Byambaa",
"homepage": "https://uptime.js.org",
Expand Down

0 comments on commit cc8d633

Please sign in to comment.