Versions of the remix-stack
Date: 2024-12-17
Status: accepted
Context
Currently the remix-stack repository does not follow any versioning schema and
does not do versioning at all. Up to now, we encouraged all teams to follow the
commits in the stack and pick required updates on their own.
Most of the moving parts of the stack are inside of the remix-tools package, but there are some parts which will never move over to keep flexibility for teams.
This leads to hard to track important parts, bugfixes and others.
Decision
The proposal is to create versions (e.g. a plain git tag or github release) which should always include a document what are the important changes with the new version and what steps are required to migrate.
Consequences
It should be easier for teams to follow the required improvements.