Automate package publishing
-
A pipeline is triggered when a valid version tag is set to a specific commit. -
The pipeline reads data from package.json
in order to get the package's metadata. -
This instance registry is used to publish packages (configured on .npmrc
file)
Closes #11 (closed)