akka / akka-edge-rs

Akka Edge support in Rust
https://doc.akka.io/docs/akka-edge/current/
Other
9 stars 1 forks source link

Publish to Cloudsmith through Github Actions #60

Closed sebastian-alfers closed 1 year ago

huntc commented 1 year ago

I may well be missing something, but how are you going to bump the versions?

sebastian-alfers commented 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?

huntc commented 1 year ago

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?

ennru commented 1 year ago

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

patriknw commented 1 year ago

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.