File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ params:
38
38
hugo_version : 0.148.2
39
39
pagefind_version : 1.4.0
40
40
latest_version : 2.51.0
41
- latest_relnote_url : https://raw. github.com/git/git/master /Documentation/RelNotes/2.51.0.adoc
41
+ latest_relnote_url : https://github.com/git/git/raw/HEAD /Documentation/RelNotes/2.51.0.adoc
42
42
latest_release_date : ' 2025-08-18'
43
43
macos_installer :
44
44
url : https://sourceforge.net/projects/git-osx-installer/files/git-2.33.0-intel-universal-mavericks.dmg/download?use_mirror=autoselect
Original file line number Diff line number Diff line change 20
20
config = YAML . load_file ( "hugo.yml" )
21
21
config [ "params" ] = { } if config [ "params" ] . nil?
22
22
config [ "params" ] [ "latest_version" ] = version
23
- config [ "params" ] [ "latest_relnote_url" ] = "https://raw. github.com/git/git/master /Documentation/RelNotes/#{ version } .adoc"
23
+ config [ "params" ] [ "latest_relnote_url" ] = "https://github.com/git/git/raw/HEAD /Documentation/RelNotes/#{ version } .adoc"
24
24
config [ "params" ] [ "latest_release_date" ] = date . strftime ( "%Y-%m-%d" )
25
25
yaml = YAML . dump ( config ) . gsub ( / *$/ , "" )
26
26
File . write ( "hugo.yml" , yaml )
You can’t perform that action at this time.
0 commit comments