Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crates.io release prep #560

Merged
merged 7 commits into from
Nov 28, 2022
Merged

crates.io release prep #560

merged 7 commits into from
Nov 28, 2022

Conversation

dignifiedquire
Copy link
Contributor

@dignifiedquire dignifiedquire commented Nov 28, 2022

  • update version deps
  • configure cargo-release
  • add badges to README.mds

@dignifiedquire dignifiedquire force-pushed the release-prep branch 2 times, most recently from 32bdb69 to 691db62 Compare November 28, 2022 13:30
@dignifiedquire dignifiedquire marked this pull request as ready for review November 28, 2022 15:25
@dignifiedquire dignifiedquire changed the title [WIP] crates.io release prep crates.io release prep Nov 28, 2022
RELEASE.md Outdated
Comment on lines 27 to 39
Publishing on crates.io, bumping version & generating tags is done using [`cargo-release`](https://github.com/crate-ci/cargo-release).

Dry run

```sh
$ cargo release <patch|minor|major>
```

Actual publishing

```sh
$ cargo release --execute <patch|minor|major>
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming this requires special credentials? Should be noted if so.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, added

Comment on lines +19 to +22
iroh-car = { version = "0.1.1", path = "../iroh-car" }
iroh-resolver = { version = "0.1.1", path = "../iroh-resolver" }
iroh-rpc-client = { version = "0.1.1", path = "../iroh-rpc-client" }
iroh-util = { version = "0.1.1", path = "../iroh-util" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aren't we doing "0.1.2", or is this an artifact of being the first release?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is just noting the current version, not the new one

Comment on lines +3 to +6
[![crates.io](https://img.shields.io/crates/v/iroh-api.svg?style=flat-square)](https://crates.io/crates/iroh-api)
[![Released API docs](https://img.shields.io/docsrs/iroh-api?style=flat-square)](https://docs.rs/iroh-api)
[![MIT/Apache-2.0 licensed](https://img.shields.io/crates/l/iroh-api?style=flat-square)](../LICENSE-MIT)
[![CI](https://img.shields.io/github/workflow/status/n0-computer/iroh/Continuous%20integration?style=flat-square)](https://github.com/n0-computer/iroh/actions?query=workflow%3A%22Continuous+integration%22)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can confirm these links actually work 😄

Copy link
Member

@b5 b5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've smoke tested this branch, looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants