IBM / nodejs-itoolkit

A JavaScript (Node.js) library for communicating with IBM i
MIT License
43 stars 37 forks source link

build: Add release-it #364

Closed abmusse closed 1 year ago

abmusse commented 1 year ago

https://www.npmjs.com/package/release-it

npm install --save-dev release-it

To generate a release use one of the npm scripts based on the release types.

These scripts will bump the version number, make a release commit, tag the release, and finally create a github release if the user has GITHUB_TOKEN set.

Otherwise release-it will output a URL with all the fields pre-populated see the release-it docs.

After the release is published the publish action will publish to npm.

abmusse commented 1 year ago

closing in favor of #374