Closed
Description
Summary
We need to make sure that the v1 and v2 release processes can still work after the release of v2.
Why is this needed?
We want to keep maintaining v1 for bug fixing only for some time, and be able to release new versions of it when necessary.
Which area does this relate to?
Governance
Solution
Fork develop
into v1
before we merge the v2
branch.
Use develop
as the main development branch.
Update all workflows so we can still release v1
when necessary, without interfering with v2
.
Acknowledgment
- This request meets Lambda Powertools Tenets
- Should this be considered in other Lambda Powertools languages? i.e. Java, TypeScript