Zackarie Vinckier

Results 8 comments of Zackarie Vinckier

Hello 👋 You are right, this is not working due to containerization. This should be working fine if PR #692 is merged. A possible workaround is to install poetry in...

Hello @billsioros 👋 I think your configuration don't work because the Python interpreter used in the action is python3.10, the default in debian based environment. I think the simplest fix...

Hello @Yelinz 👋 This issue is still not fixed in the master branch. However, the specific tag v8.3.0 use the change in PR #692. Personally I use ``` - uses:...

Hello 👋 I am a nobody on this project, but I did have to revert some commit on a master branch, on a project that use semantic-release. On `reset --hard`,...

Hello 👋 Wouldn't it be simpler to create a separate action repository ? This solution would avoid a "breaking" change on this project for something that is not related to...

Hello 👋 Try `commit_message = "chore(release): {version} [skip ci]"` https://python-semantic-release.readthedocs.io/en/latest/configuration.html#commit-message-str This should correct the "bug".

Hello 😃 I would like to parametrize the job environment too. My idea would be to convert the [docker action](https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action) to a [composite action](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action). It then would be easier to...

The code is finished, tested and working on my fork. I modified `.github/workflows/release.yml` and `.github/workflows/test.yml` to have my own version, but it isn't useful to keep it in the PR.