File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ This is an automated PR to update Hugo from v${CURRENT_VERSION} to v${LATEST_VER
44
55### Changes
66
7- - Hugo version updated from ${CURRENT_VERSION} to ${LATEST_VERSION}
7+ - Hugo version updated from v ${CURRENT_VERSION} to v ${LATEST_VERSION}
88
9- ### Hugo release notes
9+ ### Hugo v${LATEST_VERSION} release notes
1010
1111https://github.com/gohugoio/hugo/releases/tag/v${LATEST_VERSION}
1212
1313### Release checklist
1414
1515- [ ] Merge this PR
16- - [ ] Run ` nox -s tag -- ${LATEST_VERSION} ` locally to create a signed tag
16+ - [ ] Run ` nox -s tag -- v ${LATEST_VERSION} ` locally to create a signed tag
1717- [ ] Push the tag: ` git push origin v${LATEST_VERSION} `
18- - [ ] Run ` nox -s release -- ${LATEST_VERSION} ` to create the GitHub release (or create it manually)
18+ - [ ] Run ` nox -s release -- v ${LATEST_VERSION} ` to create the GitHub release (or create it manually)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Update Hugo version
22
33on :
44 schedule :
5- # Check for new Hugo releases every six hours
6- - cron : " 0 */6 * * *"
5+ # Check for new Hugo releases every hour
6+ - cron : " 0 */1 * * *"
77 workflow_dispatch :
88
99permissions : {}
You can’t perform that action at this time.
0 commit comments