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

Release v0.10.0 #964

Open
4 tasks
quiet-node opened this issue Sep 30, 2024 · 0 comments
Open
4 tasks

Release v0.10.0 #964

quiet-node opened this issue Sep 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@quiet-node
Copy link
Member

quiet-node commented Sep 30, 2024

Problem

New smart contracts and features need to be captured in a new release

Solution

  • Create a release/0.10 branch from the latest commit in main.
  • Create a new branch named bump-0.11.0-snapshot off from main. Submit a 0.11.0-SNAPSHOT bump PR from the bump-0.11.0-snapshot branch to the main branch. This PR should only update the version statement in package.json and package-lock.json to 0.11.0-SNAPSHOT. (Example: docs: Bump 0.10.0-SNAPSHOT #851)
  • Create a new branch named bump-0.10.0 off from release/0.10. Submit a 0.10.0 bump PR from the bump-0.10.0 branch to the release/0.10 branch. This PR should only update the version statement in package.json and package-lock.json to 0.10.0. (Example: docs: Bump v0.9.0 #852)
  • Establish a new release with the title v0.10.0, targeting release/0.10 branch, and set it as latest release.Simultaneously create a corresponding tag with the same title and compose the release note. Publish the release. (Example: v0.9.0 release)

Alternatives

No response

@quiet-node quiet-node added the enhancement New feature or request label Sep 30, 2024
@quiet-node quiet-node added this to the 0.10.0 milestone Sep 30, 2024
@quiet-node quiet-node self-assigned this Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Tasks In Progress
Development

No branches or pull requests

1 participant