Browse Source

update exec command

main
Distopico Vegan 6 years ago
parent
commit
e4373b09ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .releaserc.yml

+ 1
- 1
.releaserc.yml View File

@ -8,7 +8,7 @@ plugins:
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
- - "@semantic-release/exec"
- prepareCmd: './scripts/prepare.sh ${nextRelease.version} ${nextRelease.notes}'
- prepareCmd: './scripts/prepare.sh ${nextRelease.version} "${nextRelease.notes}"'
- - "@semantic-release/git"
- assets:
- CHANGELOG.md


Loading…
Cancel
Save