-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a make command to generate release notes
I was wasting time copying the last one each time and then changing things to make it a template that I could use for the next week. Why not automate this a bit? Signed-off-by: Tim Smith <tsmith84@gmail.com>
- Loading branch information
Showing
3 changed files
with
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,3 +81,4 @@ ignore$ | |
\.zip$ | ||
^\.github/actions/spelling/ | ||
^\Q.github/workflows/spelling.yml\E$ | ||
_release_template_file.md |
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,38 @@ | ||
--- | ||
slug: mondoo-VERSION-is-out/ | ||
title: Mondoo VERSION is out! | ||
description: Announcing the VERSION release of Mondoo with FOO, BAR, BAZ, and more! | ||
authors: [tim] | ||
image: DEETS | ||
tags: [release, mondoo] | ||
--- | ||
|
||
## 🥳 Mondoo VERSION is out! This release includes FOO, BAR, BAZ, and more! | ||
|
||
Get this release: [Installation Docs](https://mondoo.com/docs/cnspec/) | [Package Downloads](https://releases.mondoo.com/cnspec/) | [Docker Container](https://hub.docker.com/r/mondoo/cnspec) | ||
|
||
--- | ||
|
||
## 🎉 NEW FEATURES | ||
|
||
### FEATURE 1 | ||
|
||
DEETS | ||
|
||
## 🧹 IMPROVEMENTS | ||
|
||
### IMPROVEMENT 1 | ||
|
||
DEETS | ||
|
||
### Resource updates | ||
|
||
#### RESOURCE 1 | ||
|
||
- New `FIELD_NAME` field | ||
- New `FIELD_NAME` field using the new `MQL.RESOURCE` resource | ||
|
||
## 🐛 BUG FIXES AND UPDATES | ||
|
||
- BUG 1 | ||
- BUG 2 |