Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add support for GitLab releases #466

Open
WarheadsSE opened this issue Nov 14, 2024 · 1 comment
Open

Feature: Add support for GitLab releases #466

WarheadsSE opened this issue Nov 14, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@WarheadsSE
Copy link

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 within glab.

Reference

@cpanato cpanato self-assigned this Nov 16, 2024
@cpanato cpanato added the enhancement New feature or request label Nov 16, 2024
@cpanato
Copy link
Member

cpanato commented Nov 16, 2024

thanks, i will take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants