Closed sebastian-alfers closed 1 year ago
I may well be missing something, but how are you going to bump the versions? For now, we commit a new version and then manually run the release. Later this can be improved. Are you ok with that approach for now?
For now, we commit a new version and then manually run the release. Later this can be improved. Are you ok with that approach for now?
I guess if we're going to automate this then it'd be best to to at least validate that the version numbers correspond to the version number indicated by the tag. Also, perhaps an extra note in the RELEASE.md
doc in this regard?
I suggest we merge this with the release workflow that just covers docs so far. https://github.com/lightbend/akka-edge-rs/blob/main/.github/workflows/release.yml
I suggest we merge this with the release workflow that just covers docs so far.
We can do that when we have automated publishing on tagging, that is the goal. I'll merge this so we can see if it works.
I may well be missing something, but how are you going to bump the versions?