Skip to content

Commit

Permalink
fix: rectify semantic-release tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
robcresswell committed Jun 25, 2019
1 parent 7d0bf75 commit 736df09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"branch": "dev",
"tagFormat": "${version}",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/changelog",
Expand All @@ -12,4 +13,4 @@
"@semantic-release/npm",
"@semantic-release/release-notes-generator"
]
}
}

0 comments on commit 736df09

Please sign in to comment.