Skip to content

Commit

Permalink
script: fix commit message in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlucas committed May 18, 2016
1 parent e4243ac commit 2fd913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/do-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if (!semver.valid(version)) {

version = version.replace('v', '')

const commitTitle = `${getDate()} Version ${version} Release (Stable)`
const commitTitle = `${getDate()} Version ${version} (Stable) Release`

const cl = exec('changelog-maker --group --filter-release').toString()

Expand Down

0 comments on commit 2fd913f

Please sign in to comment.