Skip to content

Commit 7f4b7e7

Browse files
scouzi1966claude
andcommitted
Use 'Changes since last build (SHA)' format in release notes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 62a2a1f commit 7f4b7e7

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,9 @@ jobs:
9797
- **Commit:** ${SHORT_SHA}
9898
- **Date:** ${BUILD_DATE}
9999
- **Version:** ${VERSION}
100-
- **Changes since:** \`${PREV_SHA}\`
101-
102100
> This is an unstable development build. For the latest stable release, use \`brew install scouzi1966/afm/afm\`.
103101
104-
### Changes since \`${PREV_SHA}\`
102+
### Changes since last build (\`${PREV_SHA}\`)
105103
${CHANGELOG}
106104
107105
### Install / Upgrade via Homebrew

Scripts/publish-next.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,9 @@ Nightly build from \`main\` branch.
162162
- **Commit:** ${SHORT_SHA}
163163
- **Date:** ${DATE}
164164
- **Version:** ${VERSION}
165-
- **Changes since:** \`${PREV_SHA:-first build}\`
166-
167165
> This is an unstable development build. For the latest stable release, use \`brew install scouzi1966/afm/afm\`.
168166
169-
### Changes since \`${PREV_SHA:-first build}\`
167+
### Changes since last build (\`${PREV_SHA:-first build}\`)
170168
${CHANGELOG}
171169
172170
### Install / Upgrade via Homebrew

0 commit comments

Comments
 (0)