Skip to content

Commit

Permalink
Merge pull request #122 from x-motemen/tagpr-from-v0.18.1
Browse files Browse the repository at this point in the history
Release for v0.18.2
  • Loading branch information
Songmu committed Oct 29, 2023
2 parents bbe41c8 + 8d51e27 commit fdfda0b
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

## [v0.18.2](https://github.com/x-motemen/blogsync/compare/v0.18.1...v0.18.2) - 2023-10-29
- return a function instead of a string when retrieving git by @Songmu in https://github.com/x-motemen/blogsync/pull/121
- make the blogID argument of blogsync pull optional by @Songmu in https://github.com/x-motemen/blogsync/pull/123
- unshallow if a shallow repository mainly for CI environment by @Songmu in https://github.com/x-motemen/blogsync/pull/124

## [v0.18.1](https://github.com/x-motemen/blogsync/compare/v0.18.0...v0.18.1) - 2023-10-28
- suppress git error logs by @Songmu in https://github.com/x-motemen/blogsync/pull/119

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.18.1"
default: "v0.18.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.18.1"
const version = "0.18.2"

var revision = "HEAD"

0 comments on commit fdfda0b

Please sign in to comment.