From 4850498fa4b71765eaabdbb76a2ae5905cb97f4e Mon Sep 17 00:00:00 2001 From: Daniel Gomez Date: Tue, 8 Aug 2023 15:54:38 -0500 Subject: [PATCH] feat(Docs): add contributing guide (#65) --- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e6000d0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +# Deploys +Each version will be described on: +- [Github Releases](https://github.com/la-haus/iterable-flutter/releases) +- [CHANGELOG.md](https://github.com/la-haus/iterable-flutter/blob/master/CHANGELOG.md) + +## How to +```mermaid +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 +```