benduran / lets-version

A package that reads your conventional commits and git history and recommends (or applies) a SemVer version bump for you
MIT License
1 stars 3 forks source link

Export the functions in types and changelogs #21

Closed miguelramos closed 2 months ago

miguelramos commented 4 months ago

Would be nice if you export some of the functions in types.js and changelog.js, because i could want to use it in for instance in github actions to give info about a PR on a early stage. Is that possible? Thanks for the great work you did here.

benduran commented 2 months ago

Hi @miguelramos ! Apologies for not seeing this notification sooner!

The most recent beta version of lets-version has switched over to TypeScript, so the *.d.ts definitions that are generated should be a bit more accurate. Checkout the 0.8.5-beta.1 and let me know what you think!

benduran commented 2 months ago

Also, happen and open to feedback, as well!

Here's the latest open PR: https://github.com/benduran/lets-version/pull/22

benduran commented 2 months ago

@miguelramos the latest version of lets-version has been released, which should hopefully help address this! @better-builds/lets-version@1.0.0 is the latest version

I'll close this ticket for now, but if you still notice issues, please don't hesitate to create a new ticket and ping me. Thank you!

miguelramos commented 2 months ago

@benduran thanks for the reply. I will try the new version. I think you should also add the requeriment of the minimum version of node or execa will fail:

image image