-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Felipe Zipitria <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Release steps | ||
|
||
Update install.md file from the hugo repository to: | ||
|
||
```sh | ||
sed -e 's/{{< param crs_latest_release >}}/4.0.0/g' \ | ||
-e 's/{{< param crs_dev_branch >}}/main/g' \ | ||
-e 's:{{< param crs_install_dir >}}:/etc/crs4:g' \ | ||
-e 's,{{< ref "1-2-extended_install.md" >}},https://coreruleset.org/docs/deployment/extended_install/,g' | ||
``` |