Skip to content

Commit

Permalink
Merge pull request #69 from x-motemen/tagpr-from-v0.13.2
Browse files Browse the repository at this point in the history
Release for v0.13.3
  • Loading branch information
Songmu authored Apr 14, 2023
2 parents bb64285 + a00125b commit dc99eff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.3](https://github.com/x-motemen/blogsync/compare/v0.13.2...v0.13.3) - 2023-04-14
- adjust release/action.yml by @Songmu in https://github.com/x-motemen/blogsync/pull/68

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

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.2"
default: "v0.13.3"
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.2"
const version = "0.13.3"

var revision = "HEAD"

0 comments on commit dc99eff

Please sign in to comment.