Skip to content

Commit 8c02261

Browse files
authored
Im/release notes (#4533)
* Dump release notes Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> * Basic MD linting Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> * Clean up Automate rn Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> * Clean up Client RN Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> * clean up Automate rn Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> * General cleanup Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> * WIP Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> * Clean up Hab release notes Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> * Disable linters in RN Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> * Linting fixes Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> * More edits and organization Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> * Fix Vale GH action Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> * Remove other Vale GH action file directories Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> * Releases without release notes Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> --------- Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
1 parent 49d4a71 commit 8c02261

38 files changed

+43132
-1148
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v3
5757
- uses: errata-ai/vale-action@reviewdog
5858
with:
59-
files: '["assets", "content", "data", "layouts", "static"]'
59+
files: '["content"]'
6060
vale_flags: "--config=tools/vale/.vale-github-action.ini"
6161
filter_mode: diff_context
6262
fail_on_error: true

assets/release-notes/habitat/release-versions.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

assets/release-notes/inspec-aws/release-dates.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

assets/release-notes/inspec-azure/release-dates.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

assets/release-notes/inspec/release-versions.json

Lines changed: 0 additions & 223 deletions
This file was deleted.

config/_default/module.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ workspace = ''
183183

184184
[[imports.mounts]]
185185
source = "content"
186-
target = "content"
186+
target = "content/release_notes/"
187187

188188
###
189189
## Compliance Remediation
@@ -196,7 +196,7 @@ workspace = ''
196196

197197
[[imports.mounts]]
198198
source = "content"
199-
target = "content"
199+
target = "content/release_notes/"
200200

201201
###
202202
# Local License Service

config/_default/params.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ menuOrder = [
1919
]
2020

2121
robots = ''
22+
breadcrumbs = true
2223

2324
# sitemaps lists sitemaps that are indexed by the main sitemap layout.
2425
# see:

0 commit comments

Comments
 (0)