Skip to content

Commit

Permalink
Merge pull request #6 from waldirborbajr/fixes
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
waldirborbajr authored Dec 11, 2023
2 parents 4f6853b + c73a13d commit 66ee78d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "GitRelease in rust!"
repository = "https://github.com/waldirborbajr/gitrelease"
homepage = "https://github.com/waldirborbajr/gitrelease"
readme = "README.md"
keywords = ["gitrelease", "devops", "git"]
keywords = ["gitrelease", "devops", "git", "cli", "terminal"]
license = "MIT"

[[bin]]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

# GitRelease - DevOps Automation Command Line Tool

[![Lint](https://github.com/waldirborbajr/gitrelease/actions/workflows/linter.yaml/badge.svg)](https://github.com/waldirborbajr/gitrelease/actions/workflows/linter.yaml) [![CI](https://github.com/waldirborbajr/gitrelease/actions/workflows/ci.yaml/badge.svg)](https://github.com/waldirborbajr/gitrelease/actions/workflows/ci.yaml)
[![Release](https://github.com/waldirborbajr/gitrelease/actions/workflows/release.yaml/badge.svg)](https://github.com/waldirborbajr/gitrelease/actions/workflows/release.yaml)
[![Lint](https://github.com/waldirborbajr/gitrelease/actions/workflows/linter.yaml/badge.svg)](https://github.com/waldirborbajr/gitrelease/actions/workflows/linter.yaml) [![CI](https://github.com/waldirborbajr/gitrelease/actions/workflows/ci.yaml/badge.svg)](https://github.com/waldirborbajr/gitrelease/actions/workflows/ci.yaml)
[![Release](https://github.com/waldirborbajr/gitrelease/actions/workflows/release.yaml/badge.svg)](https://github.com/waldirborbajr/gitrelease/actions/workflows/release.yaml)
[![Security audit](https://github.com/waldirborbajr/gitrelease/actions/workflows/audit.yaml/badge.svg)](https://github.com/waldirborbajr/gitrelease/actions/workflows/audit.yaml)
[![Release to crates.io](https://github.com/waldirborbajr/gitrelease/actions/workflows/crates.yaml/badge.svg)](https://github.com/waldirborbajr/gitrelease/actions/workflows/crates.yaml)

<p>
<img src="./assets/gitrelease-logo.png" width="120", height="120"/>
<img src="./.assets/gitrelease-logo.png" width="120", height="120"/>
<br>
</p>

Expand Down

0 comments on commit 66ee78d

Please sign in to comment.