tvdstaaij / node-git-describe

Git describe information at runtime, with semver support
36 stars 5 forks source link

Next release #26

Closed TimothyJones closed 2 years ago

TimothyJones commented 2 years ago

@tvdstaaij Here's a release candidate for you, which brings in the correction to the types that @bobo96run introduced in PR #21

I slightly modified the automatically generated changelog, since it had a note about a change that was about tests from this commit.

I've also done a little bit of housekeeping in master - bumping some dependencies that dependabot warned us about, and brought in a github workflow that runs the tests.

If you like I can submit something that can automate the release process too.

tvdstaaij commented 2 years ago

Nice work, I published the new version.

If you feel like adding more automation then sure, go ahead.

I think we should perhaps remove the old releases from the Github "Releases" page, since they're not used anymore (superseded by the changelog) and it already confused someone.