Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSkierniewski committed Sep 15, 2018
1 parent 241163b commit de4065b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .release.json → .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"increment": "patch",
"prereleaseId": null,
"commitMessage": "Release %s",
"tagName": "v%s",
"tagAnnotation": "Release %s",
"buildCommand": false,
"changelogCommand": "git log --pretty=format:'* %s (%h)' `git describe --tags --abbrev=0`..HEAD",
"requireCleanWorkingDir": false,
"src": {
"tagName": "v%s",
"pushRepo": null,
"beforeStartCommand": false,
"beforeStageCommand": false,
Expand All @@ -22,7 +22,7 @@
"publish": false,
"publishPath": ".",
"tag": "latest",
"private": false,
"private": true,
"forcePublishSourceRepo": false
},
"github": {
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "eloquent-tree",
"version": "3.1.2"
}

0 comments on commit de4065b

Please sign in to comment.