Releases: tobua/release-npm-action
v3.0.2
Update dependencies to mainly pull in recent rate limiting issue fix from @semantic-version/github.
v3.0.1
Removes npm version customization in semantic-release dependency.
BREAKING CHANGE: Requires node > 18 (GitHub actions default)
v2.0.4
Update and ensure dist
assets are up-to-date. Switch documentation to version 2, provenance is working fine so far.
v2.0.3
The @semantic-release/npm
action has been modified to use the globally installed version of npm in order to allow provenance support when configured properly. See dedicated chapter in README.
v1.6.0
Updated project to support npm provenance feature which is now also documented.
v1.5.0
Switch to ES Modules and add "FOLDER" option to select the folder where to release the package from. Since semantic-version leverages the git tag infrastructure only one package per repository can be published.
v1.4.0
GITHUB_TOKEN
now defaults to repository scoped token and is therefore optional. Change is backwards compatible.
Also, update action to use current node LTS version.
v1.3.0
More bugs fixed, first proper public release.
v1.1.1
Fixes issue with importing ES module by switching entry file to .cjs ending.
v1.1.0
Initial productive release for marketplace, see README for documentation.