Skip to content

Releases: tobua/release-npm-action

v3.0.2

05 Oct 11:12
Compare
Choose a tag to compare

Update dependencies to mainly pull in recent rate limiting issue fix from @semantic-version/github.

v3.0.1

22 Oct 16:02
Compare
Choose a tag to compare

Removes npm version customization in semantic-release dependency.

BREAKING CHANGE: Requires node > 18 (GitHub actions default)

v2.0.4

12 Jul 16:38
Compare
Choose a tag to compare

Update and ensure dist assets are up-to-date. Switch documentation to version 2, provenance is working fine so far.

v2.0.3

06 Jun 20:16
Compare
Choose a tag to compare

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

23 Apr 07:58
Compare
Choose a tag to compare

Updated project to support npm provenance feature which is now also documented.

v1.5.0

21 Dec 21:27
37ec503
Compare
Choose a tag to compare

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

30 Dec 08:41
Compare
Choose a tag to compare

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

26 Oct 20:18
Compare
Choose a tag to compare

More bugs fixed, first proper public release.

v1.1.1

20 Oct 18:12
Compare
Choose a tag to compare

Fixes issue with importing ES module by switching entry file to .cjs ending.

v1.1.0

20 Oct 17:34
Compare
Choose a tag to compare

Initial productive release for marketplace, see README for documentation.