camallo / dkregistry-rs

A pure-Rust asynchronous library for Docker Registry API v2
Apache License 2.0
62 stars 39 forks source link

Release 0.2.1 #51

Closed steveej closed 5 years ago

steveej commented 5 years ago

Bump version to 0.2.0 manually in order to use cargo release patch for a semi-automatic release.

@lucab do you usually edit the commit message generated by cargo release?

Depends on #52.

lucab commented 5 years ago

Ah, you were quicker than me. I documented the flow in https://github.com/camallo/dkregistry-rs/pull/52. I don't usually edit the generated commit messages, tweaking the metadata (as done in that PR) is enough.

steveej commented 5 years ago

Cool, thanks! Let me rebase this on top of #52 so I get a hang of the process.

steveej commented 5 years ago

I've created https://github.com/lucab/dkregistry-rs/pull/1 which modifies #52. After that's merged I'll rebase this on master and attempt a release according to the guide.

lucab commented 5 years ago

LGTM. Feel free to proceed with the release after a rebase (you probably need to re-adjust the tag as well).

steveej commented 5 years ago

I'm closing this as it's not according to the guide, which says to create the release branch on the upstream repo.