release-please-action icon indicating copy to clipboard operation
release-please-action copied to clipboard

Use Typescript for release-please-action

Open pragmaticivan opened this issue 4 years ago • 2 comments

Motivation:

It would enforce type coming from release-please package.

Artifacts:

  • https://github.com/actions/typescript-action (Possible inspiration)

pragmaticivan avatar Feb 14 '21 16:02 pragmaticivan

👍 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 gts for linting.

bcoe avatar Feb 15 '21 04:02 bcoe

That sounds good to me.

pragmaticivan avatar Feb 15 '21 04:02 pragmaticivan