Skip to content

Commit

Permalink
Update .release-it.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa-aadlv authored Aug 24, 2023
1 parent 37fe9c3 commit 330c01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"github": {
"release": true,
"releaseNotes": "git log --pretty=oneline `git tag --sort=-committerdate | head -1`...`git tag --sort=-committerdate | head -2 | tail -1` |cut -d " " -f 2- |grep -v "Merge pull request"",
"releaseNotes": "git log --pretty=oneline `git tag --sort=-committerdate | head -1`...`git tag --sort=-committerdate | head -2 | tail -1` | cut -d ' ' -f 2- | grep -v 'Merge pull request'",
"assets": null
},
"npm": {
Expand Down

0 comments on commit 330c01b

Please sign in to comment.