Skip to content

Commit

Permalink
fix(release): update string to replace in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed May 25, 2020
1 parent eaadb5f commit 413a67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/SocialGouv\/kosko-charts#.*\/e2e/SocialGouv\/kosko-charts#${nextRelease.version}\/e2e/g' README.md
sed -i -e 's/SocialGouv\/kosko-charts#.*\/templates/SocialGouv\/kosko-charts#${nextRelease.version}\/templates/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
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ Providing a common Kubernetes (k8s) configuration to SocialGouv apps is a tricky
Powered by [Kosko](https://github.com/tommy351/kosko), in this lib we provide default SocialGouv components and environments. We expect project to use and extend them at will.

```sh
$ npx degit SocialGouv/kosko-charts#2.0.0-beta.3/e2e/kosko-generate/vanilla .k8s
$ npx degit SocialGouv/kosko-charts#2.0.0-beta.2/templates/simple .k8s
$ yarn --cwd .k8s
# on GitLab
$ yarn --cwd .k8s generate --env dev
Expand Down

0 comments on commit 413a67f

Please sign in to comment.