You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
thanks for sharing this tool and it looks quite interesting for us to use it in our daily workflow.
I wanted to give it a try and create an example using gitlab ci and python (poetry) project but I am unable to configure it correctly as it lacks of some documentation on how to use the plugin system etc.
I tried copying over stuff from the original javascript project but it didn't work.
Do you have some place with examples and more documentation I might missed? :)
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hey @DSchmidtDev, thanks for trying out semantic-release and sorry about the incomplete documentation. 🙏
I remember that a users posted a working setup for GitHub Actions + poetry: #129 (comment)
You could use semantic-release in combination with the exec hook so you can run you poetry publish script if a new release was created.
If your test project is also open-source I am happy to give it a look. ☺️
Thanks for the fast response and the hints. The poetry example is something similar I tried to do but have no clue what plugins I can use there and how they are configured as there seems no info about the config options etc.
The exec hook has some more details in the README but this is not all that can be configured right?
How is semantic-release configured to commit the changes and push them?
Unfortunately the project cannot be open-source
Hi
thanks for sharing this tool and it looks quite interesting for us to use it in our daily workflow.
I wanted to give it a try and create an example using gitlab ci and python (poetry) project but I am unable to configure it correctly as it lacks of some documentation on how to use the plugin system etc.
I tried copying over stuff from the original javascript project but it didn't work.
Do you have some place with examples and more documentation I might missed? :)
Thanks in advance
The text was updated successfully, but these errors were encountered: