Open
Description
The idea is to have automated alpha releases on every commit in develop
.
Probably should be done after #742.
Would look something like this:
1.5.0-next-deadbeat-20220620
(deadbeat
- commit hash)
It's needed to:
- Give to people who request a bug fix a fixed version quickly.
- Syncs nicely with documentation staging (as you can send a link to documentation + link to alpha version)
- Test compilation.
- Implement with circleci or/and github actions.
- Document (on install page).
- for npm should go to
next
tag.
Discussion done in context of status update