bernardcooke53

Results 94 comments of bernardcooke53

@worawatwi have you tried setting the config option `repository_pass_var = "GOOGLE_APPLICATION_CREDENTIALS"`? (From a cursory look at the docs) I assume this request isn't about supporting some kind of totally unauthenticated...

Hey @vagenas I can't give you a definitive answer since I'm not a maintainer, but these options have been present since [this commit](https://github.com/relekang/python-semantic-release/commit/bf21fa6ccf9cf8327493821ae01f98caaf32c890) which was released in v7.22.0. They aren't...

Hey @vigenere23 ! Checking this is when you run `semantic-release publish`? Could you post your output from `semantic-release publish -v DEBUG` if so please?

OK, I think I've traced this one to [here](https://github.com/relekang/python-semantic-release/blob/master/semantic_release/cli.py#L403). The changelog should always be pushed to the repo on a release - I think that's expected behaviour. Posting to GH...

@vigenere23 which files are actually modified locally? If you're using a pre-existing changelog, do you have a ``? https://python-semantic-release.readthedocs.io/en/latest/configuration.html#changelog-placeholder If you want assets uploaded to a GH release you should...

@vigenere23 I've seen that on some terminals before - doing `git status` shows me whether anything is actually pending or not. Glad it's working for you now!

@thearchitector would this requirement be met by being able to configure `prerelease_tag` on a per-branch basis? It sounds like you want to create different prerelease formats based on (I'm guessing)...

Ah yes - the "." before the revision specifier, sorry for not getting that sooner. I've hit the same pain before, I agree that a `--pep-440` would be valuable. An...

@jacksbox I'm working my way through refactor & would love your input (+ feedback down the line) - I have #487 open for it

This is definitely happening in #487 - it will be tags only. @nejch the Gitlab implementation in PSR is definitely lagging behind Github and Gitea - would be great to...