Added version to the release title

This commit is contained in:
Natalia 2018-07-27 00:59:24 -07:00
parent fe2eba959f
commit 5e19465d07
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ async function publishRelease() {
body: JSON.stringify({
body: "Description",
tag_name: `v${VERSION}`,
name: "New release",
name: `v${VERSION}. New release`,
target_commitish: CIRCLE_SHA1
})
}).then(async function (response) {