Skip to content

Conversation

mavci42
Copy link

@mavci42 mavci42 commented Feb 8, 2025

Changes:

  • Standardized Title Styles:

  • Converted title cases in Markdown documents to PascalCase or Title Case (e.g. Pre-releasesPre-Releases, Vote-extension TestnetVote-Extension Testnet).

  • Ensured consistent use of all titles.

  • Fixed Quotation Marks in Git Tagging Commands:

  • Completed and corrected quotation marks in git tag commands.

  • Example:

git tag -a v2.0.0-rc1 -s -m "Release Candidate v2.0.0-rc1"
git tag -a v2.1.0 -s -m "Release v2.1.0"

Why Made:

These changes contribute to a more professional, readable documentation, and a better understanding of versioning processes. Also, completing quotation marks in Bash commands prevents potential errors in tagging operations.

…release process

- Made capitalization consistent in titles for better readability.
- Fixed syntax issues in git tag commands and improved documentation clarity.
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