You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure dependencies are up to date and there are no known vulnerabilities. Run pip list --outdated to see outdated dependencies. If any dependencies need upgrading (and are in fact upgraded), run pip freeze > requirements.txt to update the requirements!
Continuous Integration (CI)
Ensure all CI tests are passing
Docker Build and Publish / check-and-build (subtensor)
Docker Build and Publish / check-and-build (subnet)
Docker Build and Publish / check-and-build (miner)
Docker Build and Publish / check-and-build (validator)
Docker Build and Publish / check-and-build (protocol) it is possible that we will de-couple the protocol CI build and check in future iterations
Issue Tracking
Verify there are no blockers to the release a typical release will look like this, verify all issues are resolved!
Tagging
Tag the masa-bittensor release, and ensure the latest tag is visible here
Release Notes
Update release notes text. An example of a previous release is here, built off of the release.yml configuration here
Ensure the latest release notes are captured here so they automatically get published to our dev docs.
Docker
Confirm that Docker images are published correctly this was resolved in #160 and should work automatically!
Documentation
Ensure documentation is updated. This includes our setup documentation as well as advanced sections. All markdown files here are automatically pushed to our developer docs website. If certain documents do not appear, edit the sidebar here
Review and update installation instructions if needed: Installation Guide
🗺 What's left for release
<List of items with remaining PRs and/or Issues to be considered for this release>
🐛 Bug fixes
🌍 Bittensor
🧪 Code testing
🚑 Code health
🔍 Services
📡 Testnet Environment
🤖 CI and release process
🎁 Product:
💻 Infra
🔮 Metrics
📖 Documentation
🔦 Highlights
< top highlights for this release notes >
Release Checklist
Security
pip list --outdated
to see outdated dependencies. If any dependencies need upgrading (and are in fact upgraded), runpip freeze > requirements.txt
to update the requirements!Continuous Integration (CI)
it is possible that we will de-couple the protocol CI build and check in future iterations
Issue Tracking
a typical release will look like this, verify all issues are resolved!
Tagging
masa-bittensor
release, and ensure the latest tag is visible hereRelease Notes
release.yml
configuration hereDocker
this was resolved in #160 and should work automatically!
Documentation
Notifications
The text was updated successfully, but these errors were encountered: