Skip to content

Commit

Permalink
update readme on how to publish new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyar committed Jun 10, 2021
1 parent 763190e commit d43dc01
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,16 @@ If you prefer, you can overwrite calendar sizes with `calendarWidth`/`calendarHe
```


TODOs
### Release workflow
- Merge everything that needs to be in the release to master
- Open a new release PR than:
- bumps version to appropriate one <new_version>
- Update CHANGELOG.md
- Make sure the demo and important features are working as expected
- After merging, tag the master commit with `release/<new_version>` and let Github Action handle publishing
- = Profit 🙈

### TODOs

- Make mobile friendly (integrate tap and swipe actions)
- Add tests
Expand Down

0 comments on commit d43dc01

Please sign in to comment.