Skip to content

Commit

Permalink
Merge pull request #45 from tamada/release/v0.4.1
Browse files Browse the repository at this point in the history
ci: update ci script of homebrew
  • Loading branch information
tamada authored Jun 19, 2022
2 parents 63f3edd + bd312ff commit 1909c90
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/homebrew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag=$(gh release view --json tagName --jq .tagName)
tag=$(gh release view --repo tamada/btmeister --json tagName --jq .tagName)
echo "::set-output name=tag::${tag##v}"
- name: Setup Git
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "btmeister"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = [ "Haruaki TAMADA" ]
license-file = "LICENSE"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[![Coverage Status](https://coveralls.io/repos/github/tamada/btmeister/badge.svg?branch=main)](https://coveralls.io/github/tamada/btmeister?branch=main)
[![Rust Report Card](https://rust-reportcard.xuri.me/badge/github.com/tamada/btmeister)](https://rust-reportcard.xuri.me/report/github.com/tamada/btmeister)

[![Version](https://img.shields.io/badge/Version-v0.4.0-green)](https://github.com/tamada/btmeister/releases/tag/v0.4.0)
[![Version](https://img.shields.io/badge/Version-v0.4.1-green)](https://github.com/tamada/btmeister/releases/tag/v0.4.1)
[![License](https://img.shields.io/badge/License-MIT-green)](https://github.com/tamada/btmeister/blob/main/LICENSE)
[![Docker](https://img.shields.io/badge/Docker-v0.4.0-green)](https://github.com/tamada/btmeister/pkgs/container/btmeister/)
[![Docker](https://img.shields.io/badge/Docker-v0.4.1-green)](https://github.com/tamada/btmeister/pkgs/container/btmeister/)

Detecting the build tools in use.

Expand All @@ -22,7 +22,7 @@ This tool finds the build files from the specified directories, and identifies t
## :runner: Usage

```sh
btmeister v0.4.0
btmeister v0.4.1
Haruaki TAMADA
A tool for detecting build tools in use of the projects

Expand Down
4 changes: 2 additions & 2 deletions site/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ title: ":house: btmeister"
[![Coverage Status](https://coveralls.io/repos/github/tamada/btmeister/badge.svg?branch=main)](https://coveralls.io/github/tamada/btmeister?branch=main)
[![Rust Report Card](https://rust-reportcard.xuri.me/badge/github.com/tamada/btmeister)](https://rust-reportcard.xuri.me/report/github.com/tamada/btmeister)

[![Version](https://img.shields.io/badge/Version-v0.4.0-green)](https://github.com/tamada/btmeister/releases/tag/v0.4.0)
[![Version](https://img.shields.io/badge/Version-v0.4.1-green)](https://github.com/tamada/btmeister/releases/tag/v0.4.1)
[![License](https://img.shields.io/badge/License-MIT-green)](https://github.com/tamada/btmeister/blob/main/LICENSE)
[![Docker](https://img.shields.io/badge/Docker-v0.4.0-green?logo=docker)](https://github.com/tamada/btmeister/pkgs/container/btmeister/)
[![Docker](https://img.shields.io/badge/Docker-v0.4.1-green?logo=docker)](https://github.com/tamada/btmeister/pkgs/container/btmeister/)

## :speaking_head: Description

Expand Down

0 comments on commit 1909c90

Please sign in to comment.