release-please-action
release-please-action copied to clipboard
Use Typescript for release-please-action
Motivation:
It would enforce type coming from release-please package.
Artifacts:
- https://github.com/actions/typescript-action (Possible inspiration)
👍 seems like this would be a good decision. If we do so, I think we could use the standard TypeScript configuration that my team uses in libraries like this:
- use a similar
tsconfig. - use
gtsfor linting.
That sounds good to me.