Preferably we'd like to have a github action that won't trigger automatically, but can be started from github.
[x] The workflow should have the following inputs:
package name to publish
major/minor/patch version bump
[x] When the workflow gets started, it should
bump the package version of the selected package
commit that version bump and tag the commit with the package-name and the new version (see existing tags for how they should look like)
build the package in production mode (requires the nx build command to build dependencies as well!)
publish the package to npm
For publishing we will probably need to set an npmjs token.
Please ask Dustin for proper npmjs access, to be able to set up a CI/CD access token for it
Preferably we'd like to have a github action that won't trigger automatically, but can be started from github.
For publishing we will probably need to set an npmjs token. Please ask Dustin for proper npmjs access, to be able to set up a CI/CD access token for it