-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add release template blogpost
Signed-off-by: Felipe Zipitria <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 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,28 @@ | ||
--- | ||
title: 'CRS version VERSION released' | ||
date: '2024-04-23' | ||
author: fzipi | ||
categories: | ||
- Blog | ||
tags: | ||
- CRS-News | ||
- Release | ||
draft: true | ||
--- | ||
|
||
<!-- This is a template. To use it: | ||
- copy this file with a new name. could be the release version, e.g. "cp template.md 4.35.0.md" | ||
- replace VERSION with the CRS release version. | ||
- remove the "draft: true" above | ||
- remove this comment | ||
- change the "author:" above to match the one publishing the doc | ||
- update the date of the published document | ||
--> | ||
|
||
We have released CRS vVERSION. The new release includes: | ||
|
||
- ... | ||
|
||
Read the changelog [here](https://github.com/coreruleset/coreruleset/releases/tag/vVERSION). |