@berlingske-media/bm.media-model.package
v2.0.2
Published
This npm package contains models for the adapter-queue-api-frontend pipeline.
Downloads
1,440
Keywords
Readme
bm.media-model.package
This repository contains the models for the adapter-rabbit-api-frontend pipeline services.
Usage from another repository
To install this package you have to have access to berlingske-media npm registry.
How to install npm package from private npm registry
Local development
Installation
npm install
CI and Releases
On each pull request, CI pipeline will be run which calculate the pre-release version and push a new package on dev channel in npm registry.
When a PR is merged to master
branch, you need to manually run Promote pipeline to create a release in github and push newly generated package to npm registry as latest version.
The Promote pipeline can be accessed by going to the Actions tab, select Promote pipeline. Above the previous runs, click the button Run workflow, select the branch (or master) to run the build from, and then select the Semantic Version of the release and click Run workflow.
OBS: If the selected branch is not "master" then the build will be added to the dev channel.