Skip to content

Commit

Permalink
test CI/CD for releasing the application
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Apr 19, 2023
1 parent 19cdcd3 commit 02e21fb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
Empty file modified .bin/update_version.sh
100644 → 100755
Empty file.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ URL shortener via bit.ly, etc.
[![Coverage Status](https://coveralls.io/repos/github/tamada/urleap/badge.svg?branch=main)](https://coveralls.io/github/tamada/urleap?branch=main)

![MIT License](https://img.shields.io/badge/Licnese-MIT%20License-informational)

![0.1.0](https://img.shields.io/badge/Version-0.1.0-informational)
![Version](https://img.shields.io/badge/Version-0.1.0-informational)

## :speaking_head: Overview

Expand Down Expand Up @@ -49,13 +48,30 @@ If the file does not exist, it is simply ignored.
```json
{
"provider": {
"api": "bit.ly",
"api_version": "v4",
"api": "bit.ly",
"api_version": "v4",
}
}
```
## :anchor: Installation
### :beer: Homebrew
```sh
brew tap tamada/brew
brew install urleap
```
### :whale: Docker
```sh
docker run -it --rm tamada/urleap:latest -t <token> <url...>
```
#### tags
* `0.2.0`, `latest`
## :smile: About
Expand Down

0 comments on commit 02e21fb

Please sign in to comment.