mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-21 14:12:11 +00:00
fix: build
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## NPM
|
||||
|
||||
All projects that use the [OpenStApps configuration](https://gitlab.com/openstapps/configuration) and implement the automatic publishing via GitLab CI can simply be published to the NPM registry by using the appropriate job. It uses the `NPM_AUTH_TOKEN` that is a [protected variable](https://gitlab.com/groups/openstapps/-/settings/ci_cd) of the OpenStApps group. To trigger this job, a new tag has to be created (on the master branch):
|
||||
All projects that use the [OpenStApps configuration](https://gitlab.com/openstapps/configuration) and implement the automatic publishing via GitLab CI can simply be published to the NPM registry by using the appropriate job. It uses the `NPM_AUTH_TOKEN` that is a [protected variable](https://gitlab.com/groups/openstapps/-/settings/ci_cd) of the OpenStApps group. To trigger this job, a new tag has to be created (on the master branch):
|
||||
|
||||
### Use current [master branch](BRANCHING.md)
|
||||
|
||||
@@ -19,8 +19,8 @@ npm version (major|minor|patch)
|
||||
|
||||
After these steps there should 2 new commits:
|
||||
|
||||
* A version commit
|
||||
* A changelog commit
|
||||
- A version commit
|
||||
- A changelog commit
|
||||
|
||||
Also a new git tag should be created.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user