Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Check out the commit in gg
  • Loading branch information
DiegoTinitana committed Apr 13, 2020
commit 2bd750e105ae13e5e990152b26e954a546e27c4a
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"@semantic-release/changelog",
"@semantic-release/npm",
{

"path": "@semantic-release/git",
"assets": [
"package.json",
Expand All @@ -97,6 +98,9 @@
"message": "chore(release): ${nextRelease.version} [skip ci]nn${nextRelease.notes}"
}
],
"parserOpts": {
"mergePattern": "Merged PR .*:"
},
"repositoryUrl": "https://github.com/ioet/time-tracker-ui.git"
}
}