codejedi365

Results 421 comments of codejedi365

We do not currently support more than a single directory for the GitHub action. We also do not officially support monorepos due to their complexity and lack of standard format...

To do this today, I believe could explicitly call the same action multiple times (as a separate steps) and set the directory individually for each of the packages.

This is definitely supposed to be a supported ability via release branches but I do believe there likely is a bug with tag resolution that I haven't been able to...

> I wasn't able to find a forum for general questions, so if there's a better place to ask general support questions This is the correct location for general support...

> Thanks, this looks similar to https://semantic-release.gitbook.io/semantic-release/recipes/release-workflow/maintenance-releases This is not the correct documentation. The link above is for the JavaScript variant of semantic-release which is similar but not this project's...

I haven't been able to finish the testing of this change to ensure it doesn't impact normal pre-release activity. Hopefully will get back around to this in the next few...

I'm sorry, my last two months have been very busy. Not much has moved. This is still a priority and I hope to have it completed in the next few...

### :tada: This issue has been resolved in version 9.15.2 :tada: The release is available on: - [PyPi package](https://pypi.org/project/python-semantic-release/9.15.2/) - [GitHub release](https://github.com/python-semantic-release/python-semantic-release/releases/tag/v9.15.2)

@jameshounshell, thank you for your submission. To clarify, #823 answer was only specific to get a detached head state working with the version as it stood at the time. I...