Skip to content

Commit

Permalink
fix(release): sed the doc (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Jun 19, 2020
1 parent 56c2c95 commit b0366cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yml
Expand Up @@ -5,7 +5,7 @@ plugins:
- "@semantic-release/changelog"
- - "@semantic-release/exec"
- prepareCmd: |-
sed -i -e 's/\/templates\/simple#.* /\/templates\/simple#${nextRelease.version} /g' README.md
sed -i -e 's/\/templates\/simple#.*" /\/templates\/simple#${nextRelease.version}" /g' README.md
sed -i -e 's/"@socialgouv\/kosko-charts": "^.*",/"@socialgouv\/kosko-charts": "^${nextRelease.version}",/g' templates/simple/package.json
- - "@semantic-release/git"
- assets:
Expand Down

0 comments on commit b0366cc

Please sign in to comment.