codejedi365
codejedi365
> > * Your workflow is not specific on where the repo is checked out. It is unclear if `actions/checkout` is going to check out the ref or the sha...
@rdctmeconomou, Is your git repository authenticated? Because a `git fetch origin` was added in `v10.5`. Please provide your release job steps to show how you are setting up the repo...
@rdctmeconomou, reviewed your ci workflow. Your issue is similar because your git repository is unauthenticated prior to `python-semantic-release` execution. The fact you checkout the repo in a prior job, the...
> It sounded like such an unreasonable behavior that I had to test it: https://github.com/estyrke/test-actions-checkout/actions > > This shows that both for push and workflow_dispatch triggers, the `actions/checkout@v4` action checks...
### :tada: This issue has been resolved in v10.5.3 :tada: You can find more information about this release on the [GitHub Releases](https://github.com/python-semantic-release/python-semantic-release/releases/tag/v10.5.3) page. If your issue persists, please reply here...
Still in backlog
No update yet, still in backlog.
Still in backlog
Thank you for contributing to PSR to help make it better for everyone. > This PR ensures that the `insecure` flag is correctly honored. It was actually not intended for...
@dmitrysleptsov > First of all, thank you for a great tool, you did an amazing work! Thanks, its been a crowd-sourced effort over the years. > As I understand, the...