Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

35 lines (24 loc) · 1.23 KB

Contributing

If you'd like to contribute to this Vtex App here are a few tips.

Develop

  • login with vtex login
  • create or use a development environment, eg: vtex use dev1
  • run vtex link to sync local changes with remote
  • perform the changes
  • test test test

Test and Release

Important: the vtex commands will take care of the versioning so there's no need to create a new version entry on CHANGELOG.md or edit the version number on manifest.json.

  • release the new version with: vtex release major stable
  • publish the new version with: vtex publish
  • deploy it with: vtex deploy [email protected] (replace 1.0.0 with the version you created)
  • install it on a production environment:

Submit for review

  • vtex plugins add submit
  • vtex submit

Relevant links