Skip to content

Commit

Permalink
Merge pull request #13 from k1LoW/tagpr-from-v0.1.1
Browse files Browse the repository at this point in the history
Release for v0.2.0
  • Loading branch information
k1LoW authored Feb 12, 2023
2 parents 691a358 + ca724ab commit 8ae65cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.2.0](https://github.com/k1LoW/gh-setup/compare/v0.1.1...v0.2.0) - 2023-02-12
- Update action.yml by @k1LoW in https://github.com/k1LoW/gh-setup/pull/9
- Update README.md by @k1LoW in https://github.com/k1LoW/gh-setup/pull/10
- Add `--match` option by @k1LoW in https://github.com/k1LoW/gh-setup/pull/12

## [v0.1.1](https://github.com/k1LoW/gh-setup/compare/v0.1.0...v0.1.1) - 2023-02-12

## [v0.1.0](https://github.com/k1LoW/gh-setup/compare/v0.0.3...v0.1.0) - 2023-02-12
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:octocat: Setup asset of Github Releases.

## As a GitHub CLI extension
## :octocat: As a GitHub CLI extension

### Usage

Expand All @@ -21,7 +21,7 @@ $ tbls version
$ gh extension install k1LoW/gh-grep
```

## As a GitHub Action
## :octocat: As a GitHub Action

### Usage

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "gh-setup"

// Version for this.
var Version = "0.1.1"
var Version = "0.2.0"

0 comments on commit 8ae65cb

Please sign in to comment.