Commit f902234
committed
fix(docs): fix version regex in assemble-versions.sh to match major.minor dirs
The regex '^[0-9]+$' only matched pure integers but version directories
are major.minor (e.g. 1.60). This caused the "promote to latest" step
to find nothing, breaking the latest symlink. Updated to match the
original generate.sh pattern '^[0-9]+\.[0-9]+$'.
jira: trivial
risk: nonprod1 parent 1ca5699 commit f902234
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments