Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ release: artifact
echo "ERROR: Neither sha256sum nor shasum found. Please install coreutils or use macOS builtin shasum."; \
exit 1; \
fi
cd $(RELEASE_DIR) && cp SHA256SUMS SHA256SUMS-$(RELEASE_VERSION)
@echo "### Release artifacts ready in $(RELEASE_DIR)/"
Comment thread
MrAlias marked this conversation as resolved.
@ls -lh $(RELEASE_DIR)/

Expand Down
3 changes: 1 addition & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4. **Create Draft Release**: A draft release is automatically created with:
- Auto-generated release notes from GitHub
- Multi-architecture tarballs: `obi-<version>-linux-amd64.tar.gz` and `obi-<version>-linux-arm64.tar.gz`
- Checksum files: `SHA256SUMS` and `SHA256SUMS-<version>`
- Checksum file: `SHA256SUMS`

The draft release allows maintainers to review artifacts before publication.

Expand Down Expand Up @@ -163,7 +163,6 @@ The `dist/` directory will contain:
- `obi-<version>-linux-amd64.tar.gz`
- `obi-<version>-linux-arm64.tar.gz`
- `SHA256SUMS`
- `SHA256SUMS-<version>`

### Manual Release Trigger

Expand Down