Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 214 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 214 Bytes

Contributing

Drafting a release

# Build the action
yarn prepare

# Add the files to git
git add .

# Bump the version
yarn version --patch|minor|major

# Push with tags
git push origin main --tags