File tree Expand file tree Collapse file tree 4 files changed +22
-8
lines changed Expand file tree Collapse file tree 4 files changed +22
-8
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ authors :
3
+ mdellweg :
4
+ name : " Matthias Dellweg"
5
+ description : " developer"
6
+ avatar : " https://discourse.pulpproject.org/user_avatar/discourse.pulpproject.org/x9c4/120/12_2.png"
7
+ ...
Original file line number Diff line number Diff line change 1
1
---
2
- date : 2025-01-03T00:00:00Z
3
- title : Whenever, Whatever-based Release Cycle
4
- author : Matthias Dellweg
2
+ date : 2025-01-03
3
+ title : " Whenever, Whatever-based Release Cycle"
4
+ authors :
5
+ - " mdellweg"
5
6
tags :
6
- - CI/CD
7
- - security
8
- - automation
7
+ - " CI/CD"
8
+ - " security"
9
+ - " automation"
10
+ links :
11
+ - " [discourse] LTS strategy " : " https://discourse.pulpproject.org/t/need-to-reduce-the-number-of-release-branches-aka-we-need-an-lts-strategy/449"
12
+ - " [discourse] CalVer " : " https://discourse.pulpproject.org/t/switching-pulpcore-to-calendar-versioning-scheme/771"
13
+ - " [discourse] 3.25 upcoming " : " https://discourse.pulpproject.org/t/pulpcore-3-25-is-on-the-horizon-and-upcoming-changes-in-release-cadence/840"
14
+ - " [discourse] Release Improvements " : " https://discourse.pulpproject.org/t/discussion-pulp-release-process-improvements/860"
9
15
---
10
16
11
17
"Release fast, release often!" is not a metaphor, it is a mantra.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pulp-docs"
7
7
version = " 0.0.1"
8
8
requires-python = " >= 3.11"
9
9
dependencies = [
10
- " mkdocs-material" ,
10
+ " mkdocs-material>=9.6.0 " ,
11
11
" mkdocstrings" ,
12
12
" mkdocstrings-python>=1.14.1,<1.15" ,
13
13
" mkdocs-macros-plugin" ,
@@ -35,4 +35,3 @@ pythonpath = "src"
35
35
addopts = [
36
36
" --import-mode=importlib" ,
37
37
]
38
-
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ plugins:
44
44
- blog :
45
45
blog_dir : blog
46
46
blog_toc : false
47
+ # The following path is weird but needed to account for the copying around all the files.
48
+ authors_file : ../../../../docs/sections/blog/.authors.yml
47
49
- macros :
48
50
module_name : ' ../mkdocs_macros'
49
51
render_by_default : false
You can’t perform that action at this time.
0 commit comments