Skip to content

Commit

Permalink
Merge pull request #67 from x-motemen/tagpr-from-v0.13.1
Browse files Browse the repository at this point in the history
Release for v0.13.2
  • Loading branch information
Songmu authored Apr 14, 2023
2 parents 42c993f + 01afe97 commit c49dfbb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ runs:
- uses: haya14busa/action-update-semver@v1
with:
major_version_tag_only: true
tag: v0.13.1
tag: v0.13.2
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v0.13.2](https://github.com/x-motemen/blogsync/compare/v0.13.1...v0.13.2) - 2023-04-14
- adjust GitHub Actions for action-update-semver by @Songmu in https://github.com/x-motemen/blogsync/pull/66

## [v0.13.1](https://github.com/x-motemen/blogsync/compare/v0.13.0...v0.13.1) - 2023-04-14
- add action.yml to support custom GitHub Actions by @Songmu in https://github.com/x-motemen/blogsync/pull/64
- Marketplaceに公開するためのアクションの作成 by @theoremoon in https://github.com/x-motemen/blogsync/pull/63
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: setup blogsync to publish to Hatena Blog
inputs:
version:
description: "A version to install blogsync"
default: "v0.13.1"
default: "v0.13.2"
required: false
runs:
using: 'composite'
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

const version = "0.13.1"
const version = "0.13.2"

var revision = "HEAD"

0 comments on commit c49dfbb

Please sign in to comment.