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(docs): Standardized headers and fixed minor inconsistencies in release process #3

Open
wants to merge 1 commit into
base: v1.0.0-rc1-bn254
Choose a base branch
from

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