Skip to content

Commit

Permalink
Merge pull request #92 from k1LoW/tagpr-from-v1.6.0
Browse files Browse the repository at this point in the history
Release for v1.7.0
  • Loading branch information
k1LoW authored Jul 11, 2023
2 parents 0dd4489 + c6f9d74 commit 32717f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v1.7.0](https://github.com/k1LoW/gh-setup/compare/v1.6.0...v1.7.0) - 2023-07-11
- Fix extension setup script by @k1LoW in https://github.com/k1LoW/gh-setup/pull/91
- Support linux arm64 by @k1LoW in https://github.com/k1LoW/gh-setup/pull/93
- Update pkgs and actions by @k1LoW in https://github.com/k1LoW/gh-setup/pull/94

## [v1.6.0](https://github.com/k1LoW/gh-setup/compare/v1.5.1...v1.6.0) - 2023-05-15
- Freeze host of repo by @k1LoW in https://github.com/k1LoW/gh-setup/pull/87
- Use `git tag` instead of `gh` by @k1LoW in https://github.com/k1LoW/gh-setup/pull/89
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ inputs:
required: false
gh-setup-version:
description: "Version of gh-setup"
default: "v1.6.0"
default: "v1.7.0"
required: false
runs:
using: "composite"
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 = "1.6.0"
var Version = "1.7.0"

0 comments on commit 32717f1

Please sign in to comment.