upleveled / preflight

Preflight checks for your UpLeveled projects before you submit 🚀

Home Page:https://www.npmjs.com/package/@upleveled/preflight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate publishing of new versions

karlhorky opened this issue · comments

Publish new commits of Preflight in main that pass the tests automatically to npm.

For the version numbers, we may want to introduce some kind of commit message format like Conventional Commits. Should do some research here to determine what the best, least disruptive thing is.

We should probably also use the new npm Granular Access Tokens, including the IP ranges:

npm has supported automation tokens for quite some time. Automation tokens allow you to publish to any packages that the owner of the token has permission to. Until now, it was not possible to create tokens with a least privilege model—to limit the impact of an accidental or deliberate misuse of the token. The new granular access tokens will allow you to do exactly this. You can now create tokens that can publish only to a limited set of packages and/or scopes.

Granular access tokens also let you limit npm API access based on allowed IP ranges and come with an expiration period of up to one year.

Similar to upleveled/eslint-config-upleveled#178