eslint / markdown

Lint JavaScript code blocks in Markdown documents
MIT License
391 stars 60 forks source link

build: Update release-please #258

Closed nzakas closed 2 months ago

nzakas commented 2 months ago

This upgrades release-please to v4 and switches to the official API.

I've also updated to use a manifest file.

Last, I switched to static values for the name and version in the JavaScript files. release-please can update the version number directly during a release, which removes the dependency on package.json. That's important for converting to ESM, which is my next step.