Skip to content

Commit

Permalink
Merge pull request #7 from robcresswell/fix/releaserc-tag-format
Browse files Browse the repository at this point in the history
fix: rectify semantic-release tag format
  • Loading branch information
robcresswell authored Jun 25, 2019
2 parents cfe42c1 + 7e3ac28 commit b87241b
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 b87241b

Please sign in to comment.