Skip to content

Commit

Permalink
Merge pull request #65 from x-motemen/tagpr-from-v0.13.0
Browse files Browse the repository at this point in the history
Release for v0.13.1
  • Loading branch information
Songmu authored Apr 14, 2023
2 parents 6d99c64 + c0fb1d0 commit 3d58e77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [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

## [v0.13.0](https://github.com/x-motemen/blogsync/compare/v0.12.3...v0.13.0) - 2023-01-25
- AtomPub API のエンドポイントにownerを設定できるように修正 by @halkt in https://github.com/x-motemen/blogsync/pull/58

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.0"
default: "v0.13.1"
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.0"
const version = "0.13.1"

var revision = "HEAD"

0 comments on commit 3d58e77

Please sign in to comment.