Skip to content

Conversation

drewstaylor
Copy link
Member

@drewstaylor drewstaylor commented Oct 9, 2025

why?

Fixes a typo in the release doc where the command wouldn't have parsed. Renames the doc to the appropriate month.


Note

Fixes the Sui ITS link-coin command example by adding missing trailing backslashes so flags are parsed correctly.

  • Docs: Update releases/sui/2025-10-ITS-v1.2.0.md bash example to add trailing backslashes after --destinationTokenManagerMode mint_burn and --channel $CHANNEL in the link-coin command.

Written by Cursor Bugbot for commit 337fc3f. This will update automatically on new commits. Configure here.

@drewstaylor drewstaylor requested a review from a team as a code owner October 9, 2025 23:58
@drewstaylor drewstaylor changed the title rename release doc and fix typo chore(sui): update release doc month Oct 9, 2025
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Greptile Overview

Greptile Summary

This PR fixes two issues in the Sui ITS v1.2.0 release documentation file. First, it corrects the filename from 2025-09-ITS-v1.2.0.md to 2025-10-ITS-v1.2.0.md to reflect the accurate deployment timeline referenced throughout the document. Second, it fixes a critical shell command syntax error by adding a missing backslash continuation character in the link-coin command, which would have prevented users from successfully executing the multi-line command during deployment.

These changes are purely documentation fixes that don't affect any functional code but are essential for operational accuracy. The file is part of the /releases/sui directory, which serves as deployment guidance for Sui blockchain contract releases within the Axelar ecosystem. The syntax fix ensures users can properly execute the documented commands without encountering parsing errors.

Important Files Changed

Changed Files
Filename Score Overview
releases/sui/2025-10-ITS-v1.2.0.md 5/5 Fixed filename to correct deployment month and added missing backslash for command line continuation

Confidence score: 5/5

  • This PR is safe to merge with minimal risk as it only contains documentation fixes
  • Score reflects simple corrections to documentation with zero functional code changes and no potential for breaking existing systems
  • No files require special attention as this is purely a documentation update

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@milapsheth milapsheth merged commit eca7811 into main Oct 10, 2025
11 of 12 checks passed
@milapsheth milapsheth deleted the chore/sui-release-doc branch October 10, 2025 00:10
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.

2 participants