Interact with the Truffle Developer Platform
Ensure you have Node 18 installed. We recommend Volta.
$ volta install @trufflehq/cli # volta! (what we recommend)
$ yarn global add @trufflehq/cli # yarn!
$ npm i -g @trufflehq/cli # npm!
- bump the version in package.json
- run
yarn
to update the lockfile - create your commit (
git commit -am "chore: whatever"
) - tag (
git tag -a "v0.0.n" -m "v0.0.n"
) - push (
git push --tags origin
)