mesqueeb / is-what

JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
https://mesqueeb.github.io/is-what/
MIT License
170 stars 18 forks source link

Tweak workflows #78

Open jcbhmr opened 1 year ago

jcbhmr commented 1 year ago

🛑 THIS SHOULD BE MERGED IFF 'production' is renamed to 'main'

This PR would...

The npm convention appears to be to continuously update the @next target so that it's at or ahead of @latest so I've done that.

image

image

I've switched it around to align with that convention. Here's more discussion on that next vs beta stuff: https://github.com/semantic-release/semantic-release/discussions/2336

As for the prerelease trigger, that's redundant. The published type works for ALL published releases, including prereleases. (this is a test repo, hence the failed publish)

image image image