- Notifications
You must be signed in to change notification settings - Fork261
Description
Question
I can update the docs if there's a clear answer here. It looks like there will be a change with the next major version of how things work (both semantic-release itself, as well as the action; and hopefully the default branch for this project will also change tomain at some point?)
https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html
My question is: if I pin thepython-semantic-release/python-semantic-release@ action to a tag (v9 or v9.8.7 or whatever), since it's building the Dockerfile directly from the code, that should avoid a situation where the update to the next major version breaks the GH action, right? Does it make sense to provide an example like that in the docs to avoid unexpected surprises for people using the action?
Configuration
Semantic Release Configuration
Additional context
git log --oneline --decorate --graph --all -n 50