Changelog of a private GitLab repository readable? #8207
-
Is it possible to read the CHANGELOG file of a private GitLab repository with a java library (maven)? We create a tag with release information.Then the pipeline with maven builds the libs in a multi module project and these are published to the gitlab maven repository in the project. We also maintain a CHANGELOG file in the root of the project. SCM is defined in the root pom:
In the projects where the libs are used, PRs are created with the corresponding version updates. However, no release notes are displayed. (Self Hosted Configuration) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
I would have expected it to work if the token you use also has access to the repo in question. Can you maybe create a new test repo with just one dependency and then log it at debug level to see what info it gives us? |
Beta Was this translation helpful? Give feedback.
I would have expected it to work if the token you use also has access to the repo in question. Can you maybe create a new test repo with just one dependency and then log it at debug level to see what info it gives us?