Skip to content

Commit

Permalink
add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgomezrico authored Aug 8, 2023
1 parent c25aaab commit 21e6282
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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 21e6282

Please sign in to comment.