Skip to content

Conversation

reecepbcups
Copy link
Member

@reecepbcups reecepbcups commented Oct 14, 2024

Checklist from docs/dev/tagged release checklist


Docs

  • ./scripts/bump_docs.sh
  • ./scripts/bump_localic.sh
  • Verify the README is up to date
  • Ensure examples run in the ../versioned_docs/ for this release as expected, across multiple machines (MacOS, WSL, and Linux)

Semi-Automatic Verification

Manual Verification

  • make template-*: Must pass test and make sh-testnet.
    • Verify with 1 that make testnet works
  • Ensure goreleaser runs for all instances like goreleaser build --skip-validate --snapshot --clean -f .goreleaser.yaml
  • Validate the explorer
    • make template-staking && cd myproject && make sh-testnet
    • make explorer

@reecepbcups reecepbcups marked this pull request as ready for review October 14, 2024 19:27
protoVer=0.13.2
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run -e BUF_CACHE_DIR=/tmp/buf --rm -v $(CURDIR):/workspace:rw --user ${CURRENT_UID}:${CURRENT_GID} --workdir /workspace $(protoImageName)
protoImage="$(DOCKER)" run -e BUF_CACHE_DIR=/tmp/buf --rm -v "$(CURDIR)":/workspace:rw --user ${CURRENT_UID}:${CURRENT_GID} --workdir /workspace $(protoImageName)
Copy link
Member Author

@reecepbcups reecepbcups Oct 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

required for WSL to function properly (because stupid spaces in folder names)

@reecepbcups reecepbcups merged commit 37bb19f into release/v0.50 Oct 14, 2024
13 checks passed
@reecepbcups reecepbcups deleted the reece/0_50_9_release branch October 14, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant