Augustin Borsu

Results 10 comments of Augustin Borsu

I had the same problem, with both 17.09 and 18.03 pre I ended up using 16.03 and upgrading from there.

Hello, we're having issues when adding new projects that already have a non 0.0.0 version but didn't create commits with the version number. [get_current_release_version_by_commits](https://github.com/relekang/python-semantic-release/blame/55c9f4d44853b003d0822cc80cdf7f352d80f869/semantic_release/history/__init__.py) returns 0.0.0 We get this in...

Hello, I had a lot of problems setting up sonar for scala analysis and using it with scala 2.11.8. In the end I created a basic scala sensor myself and...

I have the same thing using sonarqube 5.5

I'm still planning to write documentation for this, but I would appreciate a first feedback on the approach. Thank you

This should resolve #663 and #666, please tell me if I'm forgetting something?

@codejedi365 I can try to bring the two together later this week. As I wrote in my first message gl.auth() will not work with a CI_JOB_TOKEN as written in the...

@benedikt-bartscher if #797 gets merged you won't even have to create a PAT token to do this as all these operations can be done using a CI_JOB_TOKEN. I'm wondering if...

I added the following doc # Using a Job Token In order to use gitlab-ci job token you need to configure python semantic release by adding the following to your...