Empty EAI package
This package enables creating new issues in the selected Gitlab instance. The following environment variables are required to be set in the environment:
GITLAB_TOKEN
- A token with the permissions to create issues and use the API
GITLAB_HOST
- Address of the Gitlab instance, for example gitlab.com
GITLAB_CR_PROJECT_ID
- The ID of the project where issues should be created
Bumping up version
npm version patch
npm publish
There is a gitlab job that automatically publishes from master branch or from tags (assuming you ran the npm version ...
command to update package.json and add a tag).