Skip to content

Commit

Permalink
release-process: sed command not compatible with BSD sed
Browse files Browse the repository at this point in the history
Signed-off-by: Maël Valais <[email protected]>
  • Loading branch information
maelvls committed Sep 1, 2023
1 parent a5da7b5 commit 8e1c0e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/docs/contributing/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,12 @@ page if a step is missing or if it is outdated.
`@maelvls`) with actual links using the following command:
```bash
sed github-release-description.md \
sed \
-e 's$#([0-9]+)$[#\1](https://github.com/cert-manager/cert-manager/pull/\1)$g' \
-e 's$@(\w+)$[@\1](https://github.com/\1)$g' \
-E \
-i
-i.bak \
github-release-description.md
```
6. Move `release-notes.md` to the website repo:
Expand Down

0 comments on commit 8e1c0e5

Please sign in to comment.