Skip to content

Commit

Permalink
fix: change the correct message
Browse files Browse the repository at this point in the history
  • Loading branch information
IhsenBouallegue committed Nov 18, 2022
1 parent c292a15 commit c038189
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,7 @@
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
[
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
}
]
"@semantic-release/git"
],
"release": {
"branches": [
Expand All @@ -84,8 +79,8 @@
"yarn.lock",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
}
]
}
}
}

1 comment on commit c038189

@vercel
Copy link

@vercel vercel bot commented on c038189 Nov 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hub-one – ./

hub-one-git-main-ihsen.vercel.app
hub-one-ihsen.vercel.app
hub-one-one.vercel.app

Please sign in to comment.