make-release

This skill prepares a new release of the web3-ethereum-defi package.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "make-release" with this command: npx skills add tradingstrategy-ai/web3-ethereum-defi/tradingstrategy-ai-web3-ethereum-defi-make-release

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.

  1. Update CHANGELOG.md
  • Find the # Current heading in CHANGELOG.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

  • Insert a new # Current section at the very top of the file with a single placeholder entry:

Current

  • TODO

{version}

...existing entries...

  1. Create a git commit

Create a commit with the message Preparing a release . Push to the master.

  1. Build the package

Run:

poetry build

Verify the build succeeds and the output .tar.gz and .whl filenames contain the correct version number.

  1. Prompt the user

After a successful build, tell the user:

Release {version} built successfully. Please upload to PyPI manually.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

get-block-number

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

check-vault-onchain

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

extract-project-logo

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

more-vaults

No summary provided by upstream source.

Repository SourceNeeds Review