You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bring a parity of functionality to release on GitLab instances.
Details
GitLab has parallel, if not identical functionality for pages and Release artifacts.
After looking through pkg/github/github.go, most of the necessary functionality is present within the glab CLI (links below) to provide the functionality as needed.
Supplementally, GitLab also has support for Helm objects within the package repository. That can be published to via API calls (example in gitlab/gitlab chart's CI here), but is not currently implemented by an existing library call within glab.
Summary
Bring a parity of functionality to release on GitLab instances.
Details
GitLab has parallel, if not identical functionality for pages and Release artifacts.
After looking through pkg/github/github.go, most of the necessary functionality is present within the
glab
CLI (links below) to provide the functionality as needed.Supplementally, GitLab also has support for Helm objects within the package repository. That can be published to via API calls (example in
gitlab/gitlab
chart's CI here), but is not currently implemented by an existing library call withinglab
.Reference
glab
GitLab CLI: https://gitlab.com/gitlab-org/clipkg/github
implementationThe text was updated successfully, but these errors were encountered: