oidc-client-ts icon indicating copy to clipboard operation
oidc-client-ts copied to clipboard

add a release helper tool

Open pamapa opened this issue 3 years ago • 1 comments

  • something with an interactive mode, where you are guided and you can choose version (then adds version into package.json, commit, tag, push, No publish to npm, as we use our CI for that. No github release, shall be done manually to trigger a npm release)
  • such that other maintainers than me can publish in a same defined way

Candidates:

  • https://github.com/release-it/release-it#readme
  • https://github.com/conventional-changelog/standard-version (no interactive mode)

pamapa avatar Dec 17 '21 09:12 pamapa

I am not so sure if its worth all the additional dev dependencies, e.g. release-it can do much more, which we do not need...

pamapa avatar Feb 02 '22 09:02 pamapa