Skip to content

Commit

Permalink
chore: add release template blogpost
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi committed Apr 23, 2024
1 parent 9b49c6a commit f9a0ba5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ title: "CRS Project"
timeZone: "Europe/London"

enableEmoji: true
enableGitInfo: true
######################## i18n ####################
# Auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
hasCJKLanguage: false
Expand Down
28 changes: 28 additions & 0 deletions content/blog/releases/_template.md
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).

0 comments on commit f9a0ba5

Please sign in to comment.