Skip to content

Commit b7cae04

Browse files
Fix template + update release checking frequency
1 parent 775f0da commit b7cae04

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/update-hugo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1111
https://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)

.github/workflows/update-hugo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Update Hugo version
22

33
on:
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

99
permissions: {}

0 commit comments

Comments
 (0)