BreakOutEvent / breakout-api-client

A JS client for the Backend API of BreakOut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate npm releases

sibbl opened this issue · comments

I'd like to automate the releases of new packages via GitHub actions.

Unfortunately I currently don't have access to the npm token and would appreciate help from e.g. @nerdsupremacist who created all the last releases and might be able to help?

A new release is now always triggered when a new release is created in GitHub.

Therefore, it's still necessary to manually:

  1. update the version in the package.json
  2. tag the Git commit with the version
  3. create a new release based on this Git tag here in GitHub

For publishing to npm, a new breakout-devops user was created, the token added as a secret to this repo and the user credentials stored in our password manager.