I am using the token above
I have also read this discussion
[skip ci]
was being added by @semantic-release/git
the solutions is to replace it like so:
- "@semantic-release/git",
+ [
+ "@semantic-release/git",
+ {
+ "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
+ }
+ ],