Typescript refactoring #244
Replies: 4 comments 4 replies
-
One of the things we should consider is to replace |
Beta Was this translation helpful? Give feedback.
-
Why do we need a branch for analysis? Exactly what kind of analysis are we planning to do? |
Beta Was this translation helpful? Give feedback.
-
analysis version 0 ready |
Beta Was this translation helpful? Give feedback.
-
handled by https://github.com/kiegroup/github-action-build-chain/projects/1 |
Beta Was this translation helpful? Give feedback.
-
The idea is to refactor the whole project to typescript. The proposed strategy is:
I propose to use this branches for development:
typescript/main
as the branch to merge all the new implementations https://github.com/kiegroup/github-action-build-chain/tree/typescript/maintypescript/analisys
for analysis information https://github.com/kiegroup/github-action-build-chain/tree/typescript/analysistypescript/X
being X whatever the development is on goingOnce the refactoring is ready we will merge on
main
branchBeta Was this translation helpful? Give feedback.
All reactions