make-release
Installation
SKILL.md
Make release
This skill prepares a new release of the web3-ethereum-defi package.
Required inputs
- Version number - The version string for the new release (e.g.,
1.1,2.0)
Steps
1. Update version in pyproject.toml
Edit the version field in pyproject.toml to the new version number.
2. Update CHANGELOG.md
- Find the
# Currentheading inCHANGELOG.md - Rename it to
# {version}(the new version number) - Append today's date in parentheses to every changelog entry in that section that is missing a date
Related skills
More from tradingstrategy-ai/web3-ethereum-defi
get-block-number
Get the latest block number for a blockchain using Web3.py and JSON-RPC environment variables
71extract-project-logo
Extract a project's logo from its website, brand kit, or other sources
67check-vault-onchain
Check our feature flagging against an onchain vault
66more-vaults
Add more vault smart contract types to an existing protocol
64add-vault-note
Add a note to specific vault
62fix-sphix-docs
Fix errors and warnings in Sphinx docs build
61