apricote / releaser-pleaser

Automate versioning and changelog management for GitHub and GitLab projects.
https://apricote.github.io/releaser-pleaser/
GNU General Public License v3.0
3 stars 1 forks source link

fix(gitlab): use project path wherever possible #54

Closed apricote closed 2 months ago

apricote commented 2 months ago

Turns out that all we need is the path, and not the project id. The path is way more user friendly, and we can easily get it from a CI variable or combine it from the namespace & project name.

As GitLab support is unreleased, I will remove this commit from the Changelog:

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 20 lines in your changes missing coverage. Please review.

Project coverage is 22.94%. Comparing base (634eac3) to head (a908009).

Files with missing lines Patch % Lines
internal/forge/gitlab/gitlab.go 0.00% 19 Missing :warning:
cmd/rp/cmd/run.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #54 +/- ## ========================================== + Coverage 22.89% 22.94% +0.05% ========================================== Files 21 21 Lines 1293 1290 -3 ========================================== Hits 296 296 + Misses 979 976 -3 Partials 18 18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.