Skip to content

Commit

Permalink
release-process: -E should come before -e
Browse files Browse the repository at this point in the history
Otherwise, -E doens't apply to the sed commands

Signed-off-by: Maël Valais <mael@vls.dev>
  • Loading branch information
maelvls authored Sep 13, 2023
1 parent ee3017f commit 670e8b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/docs/contributing/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,9 @@ page if a step is missing or if it is outdated.
`@maelvls`) with actual links using the following command:
```bash
sed \
sed -E \
-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 \
github-release-description.md >release-notes.md
```
Expand Down

0 comments on commit 670e8b7

Please sign in to comment.