Skip to content

Commit 8d2501c

Browse files
authored
Remove duplicate SHA256SUM from release artifacts (#1336)
* Remove duplicate SHA256SUM from release artifacts * Update RELEASING.md
1 parent 431a3ca commit 8d2501c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ release: artifact
568568
echo "ERROR: Neither sha256sum nor shasum found. Please install coreutils or use macOS builtin shasum."; \
569569
exit 1; \
570570
fi
571-
cd $(RELEASE_DIR) && cp SHA256SUMS SHA256SUMS-$(RELEASE_VERSION)
572571
@echo "### Release artifacts ready in $(RELEASE_DIR)/"
573572
@ls -lh $(RELEASE_DIR)/
574573

RELEASING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ When you push a tag matching the pattern `vX.Y.Z` (e.g., `v1.2.3`) or `vX.Y.Z-su
113113
4. **Create Draft Release**: A draft release is automatically created with:
114114
- Auto-generated release notes from GitHub
115115
- Multi-architecture tarballs: `obi-<version>-linux-amd64.tar.gz` and `obi-<version>-linux-arm64.tar.gz`
116-
- Checksum files: `SHA256SUMS` and `SHA256SUMS-<version>`
116+
- Checksum file: `SHA256SUMS`
117117

118118
The draft release allows maintainers to review artifacts before publication.
119119

@@ -163,7 +163,6 @@ The `dist/` directory will contain:
163163
- `obi-<version>-linux-amd64.tar.gz`
164164
- `obi-<version>-linux-arm64.tar.gz`
165165
- `SHA256SUMS`
166-
- `SHA256SUMS-<version>`
167166

168167
### Manual Release Trigger
169168

0 commit comments

Comments
 (0)