Skip to content

Commit

Permalink
feat(Docs): add contributing guide (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgomezrico committed Aug 8, 2023
1 parent c25aaab commit 7f24143
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,16 @@
# Deploys
Each version will be described on:
- [Github Releases](https://github.com/la-haus/flutter-segment/releases)
- [CHANGELOG.md](https://github.com/la-haus/flutter-segment/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
```

0 comments on commit 7f24143

Please sign in to comment.