From 9bcd44a08b2dfe750140a648700b07b1a4bdbcab Mon Sep 17 00:00:00 2001 From: Haruaki Tamada Date: Fri, 3 Feb 2023 14:18:37 +0900 Subject: [PATCH 1/2] fix: fix error on building the web pageswith hugo --- docs/content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/_index.md b/docs/content/_index.md index 4c79415..22e783c 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -10,7 +10,7 @@ title: ":house: Home" [![Go Report Card](https://goreportcard.com/badge/github.com/tamada/sibling)](https://goreportcard.com/report/github.com/tamada/sibling) [![License](https://img.shields.io/badge/License-WTFPL-green.svg)](https://github.com/tamada/sibling/blob/master/LICENSE) -[![Version](https://img.shields.io/badge/Version-{{< .Site.Params.version >}}-green.svg)](https://github.com/tamada/sibling/releases/tag/v{{< .Site.Params.version >}}) +[![Version](https://img.shields.io/badge/Version-{{ .Site.Params.version }}-green.svg)](https://github.com/tamada/sibling/releases/tag/v{{ .Site.Params.version }}) ## :speaking_head: Description From b6a0fe19f66188ed23cd9642bf552cce35e8eba7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 3 Feb 2023 05:19:40 +0000 Subject: [PATCH 2/2] update version to 1.2.3, ready to publish v1.2.3 --- Makefile | 2 +- README.md | 2 +- cmd/sibling/main.go | 2 +- docs/config.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5f008bc..bf0ffd0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GO=go NAME := sibling -VERSION := 1.2.2 +VERSION := 1.2.3 DIST := $(NAME)-$(VERSION) all: test build diff --git a/README.md b/README.md index 7d15970..5ceda4d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/tamada/sibling)](https://goreportcard.com/report/github.com/tamada/sibling) [![License](https://img.shields.io/badge/License-WTFPL-green.svg)](https://github.com/tamada/sibling/blob/master/LICENSE) -[![Version](https://img.shields.io/badge/Version-1.2.2-green.svg)](https://github.com/tamada/sibling/releases/tag/v1.2.2) +[![Version](https://img.shields.io/badge/Version-1.2.3-green.svg)](https://github.com/tamada/sibling/releases/tag/v1.2.3) get next/previous sibling directory name. diff --git a/cmd/sibling/main.go b/cmd/sibling/main.go index 72dddac..5336514 100644 --- a/cmd/sibling/main.go +++ b/cmd/sibling/main.go @@ -10,7 +10,7 @@ import ( "github.com/tamada/sibling" ) -const VERSION = "1.2.2" +const VERSION = "1.2.3" type options struct { absolute bool diff --git a/docs/config.toml b/docs/config.toml index 7b761e9..4684ba8 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -15,7 +15,7 @@ pygmentsStyle = "pygments" project_tagline = "get next/previous sibling directory name" dateFormat = "2006-01-02" katex = true - version = "1.2.2" + version = "1.2.3" footer = "[![GitHub](https://img.shields.io/badge/GitHub-tamada/sibling-blueviolet.svg?logo=github)](https://github.com/tamada/sibling) Made with [Hugo](https://gohugo.io/). Theme by [Cayman](https://github.com/zwbetz-gh/cayman-hugo-theme). Deployed to [GitHub Pages](https://pages.github.com/)." [menu]