Something I've been considering is the idea of auto-releasing after each PR but the question is "how?" - Determine bump level - Ensure we don't get into an infinite loop (a release causes a commit which causes a release) - Any changelist management?
Something I've been considering is the idea of auto-releasing after each PR but the question is "how?"