Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 457 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (14 loc) · 457 Bytes

Deploys

Each version will be described on:

How to

sequenceDiagram
  participant Dev as Desarrollador 👤
  participant CI as Github CI
  participant PUB as Pub Dev
  
  Dev->>CI: Commit new version (pub and changelog)
  Dev->>CI: Create a Github Release
  CI->>PUB: Deploy
Loading