Skip to content

Document branches#72

Open
jbearer wants to merge 2 commits into
mainfrom
jb/readme
Open

Document branches#72
jbearer wants to merge 2 commits into
mainfrom
jb/readme

Conversation

@jbearer
Copy link
Copy Markdown
Member

@jbearer jbearer commented Mar 26, 2026

No description provided.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the README to document the project's branching strategy and release process for the main, release-mainnet, and release-decaf branches. The review feedback suggests using a more contemporary example date for release tags and recommends using git pull --rebase for the release-decaf branch to avoid unnecessary merge commits before force-pushing.

Comment thread README.md
Comment on lines +60 to +61
git tag 19700101
git push origin 19700101
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The example tag 19700101 corresponds to the start of the Unix epoch. While technically valid, it might be confusing as a general example for the YYYYMMDD[-optional-description] format. Using a more generic date could improve clarity.

Suggested change
git tag 19700101
git push origin 19700101
git tag 20240101
git push origin 20240101

Comment thread README.md Outdated
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
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