changesets-gitlab icon indicating copy to clipboard operation
changesets-gitlab copied to clipboard

GitLab CI cli for changesets like its GitHub Action.

Results 29 changesets-gitlab issues
Sort by recently updated
recently updated
newest added

since we updated changesets-gitlab we have now the issue that with every commit the changesets-gitlab comment command creates a new comment in our merge request. before the update it only...

When install it globaly, not found `@changesets/cli` ```bash $ yarn global add [email protected] @changesets/[email protected] $ changesets-gitlab ::set-output name=published::false ::set-output name=publishedPackages::[] setting git user [command]/usr/bin/git config user.name ****** [command]/usr/bin/git config user.email...

This merge request introduces a new environment variable `GITLAB_COMMENT_CUSTOM_LINKS`. This variable allows users to specify custom links to be included in the merge request message, replacing the predefined links. This...

Add a parameter (`GITLAB_COMMENT_TYPE_IF_MISSING`) to set a specific type of comment when changeset is missing. Closes: #190

Hi, I would like to propose a feature about comment type. With `GITLAB_COMMENT_TYPE` we can set it to `discussion` or `note`. When a changeset is missing I would like to...

All tags are created, all packages are released and listed in the package registry. But it fails the job and exits with code 1. It always fails when releasing 8...

Removes the job token from the API client. Fixes #183

In my Gitlab workflow the `comment` stage job runs the following script `pnpm changesets-gitlab comment` ``` (node:49) DeprecationWarning: This endpoint was deprecated in Gitlab API 15.7 and will be removed...

The built-in GitLab `${CI_JOB_TOKEN}` variable does not have appropriate access to the APIs required by this tool. https://docs.gitlab.com/ee/ci/jobs/ci_job_token.html Users of this package should be instructed to use a group/project access...