Skip to content
Snippets Groups Projects

GitLab 9.3 release post

Merged Victor Wu requested to merge release-9-3 into master
All threads resolved!
2 files
+ 36
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -321,6 +321,30 @@ barometer:
Reiciendis.
```
### Extras
If you need an extra block to convey important info, and it doesn't fit the other blog post sections, you can use the `extras` block, right before `deprecations` (in the release post YAML datafile):
```yaml
extras:
- title: "Hello World"
description: | # supports markdown
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequuntur, beatae!
```
For more multiple blocks, use:
```yaml
extras:
- title: "Hello World"
description: | # supports markdown
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequuntur, beatae!
- title: "Lorem"
description: | # supports markdown
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Doloremque.
```
### Deprecations
Describe the deprecations happening on that release or in upcoming releases.
Loading