From 52b78b90f6751a72a64074619fbf19df2988ac14 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 9 Apr 2020 18:23:26 -0700 Subject: [PATCH] Improve badges - Make discord badge purple - Add book badge - Give crate badge rust logo type: documentation pr: https://github.com/casey/intermodal/pull/350 --- CHANGELOG.md | 7 ++++++- README.md | 5 +++-- justfile | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b12f1e..33cd865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,14 @@ Changelog ========= +UNRELEASED - 2020-04-10 +----------------------- +- :books: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Improve badges - _Casey Rodarmor _ + + [v0.1.3](https://github.com/casey/intermodal/releases/tag/v0.1.3) - 2020-04-10 ------------------------------------------------------------------------------ -- :bookmark: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Release v0.1.3 - _Casey Rodarmor _ +- :bookmark: [`8e6a2b0034de`](https://github.com/casey/intermodal/commit/8e6a2b0034debaf60a13f1cea3fa75d92f5d9b50) Release v0.1.3 - _Casey Rodarmor _ - :books: [`268c62b66d46`](https://github.com/casey/intermodal/commit/268c62b66d46e033786612ce1e85c3c8ee21933a) Add `bin/man` command for generating man pages - _Casey Rodarmor _ - :books: [`14fff1d888a3`](https://github.com/casey/intermodal/commit/14fff1d888a3d4aebd88059feacde5c665019f30) Make smaller demo for readme - _Casey Rodarmor _ - :books: [`4f8b6a212e80`](https://github.com/casey/intermodal/commit/4f8b6a212e8099ebfcf14600ce92863583758231) Improve demo GIF - _Casey Rodarmor _ diff --git a/README.md b/README.md index e209914..ccb6e7c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # intermodal: a 40' shipping container for the Internet -[![Crate](https://img.shields.io/crates/v/imdl.svg)](https://crates.io/crates/imdl) +[![Crate](https://img.shields.io/crates/v/imdl.svg?logo=rust)](https://crates.io/crates/imdl) [![Build](https://github.com/casey/intermodal/workflows/Build/badge.svg)](https://github.com/casey/intermodal/actions) -[![Chat](https://img.shields.io/discord/679283456261226516.svg?logo=discord)](https://discord.gg/HaaT5Qz) +[![Book](https://img.shields.io/static/v1?logo=read-the-docs&label=book&message=imdl.io&color=informational)](https://imdl.io/book/) +[![Chat](https://img.shields.io/discord/679283456261226516.svg?logo=discord&color=7289da)](https://discord.gg/HaaT5Qz) Intermodal is a user-friendly and featureful command-line BitTorrent metainfo utility. The binary is called `imdl` and runs on Linux, Windows, and macOS. diff --git a/justfile b/justfile index a0aad64..f1981c3 100644 --- a/justfile +++ b/justfile @@ -24,7 +24,7 @@ push: check git push github # clean up feature branch BRANCH -done BRANCH=`git rev-parse --abbrev-ref HEAD`: check +done BRANCH=`git rev-parse --abbrev-ref HEAD`: git diff --no-ext-diff --quiet --exit-code git push github {{BRANCH}}:master git checkout master