Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v0.50.9 #244

Merged
merged 4 commits into from
Oct 14, 2024
Merged

chore(release): v0.50.9 #244

merged 4 commits into from
Oct 14, 2024

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
@@ -193,7 +193,7 @@ CURRENT_GID := $(shell id -g)

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