From 19eba3cc146a17287ab48e35a830a0626aa59949 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 26 Aug 2023 18:45:44 -0300 Subject: [PATCH] v3.29.1 --- .goreleaser.yml | 2 +- CHANGELOG.md | 4 ++++ docs/docs/changelog.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 5c68313d35..2748d089bf 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -99,7 +99,7 @@ winget: commit_author: name: task-bot email: 106601941+task-bot@users.noreply.github.com - commit_msg_template: "chore: bump {{PackageIdentifier}} to {{.Tag}}" + commit_msg_template: "chore: bump {{.PackageIdentifier}} to {{.Tag}}" release_notes_url: https://github.com/go-task/task/releases/tag/{{.Tag}} tags: - build diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a3e03b3b..f236ddbcc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v3.29.1 - 2023-08-26 + +- Fix automate release process. + ## v3.29.0 - 2023-08-26 - Update to Go 1.21 (bump minimum version to 1.20) (#1302 by @pd93) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index b22c627fb8..a60eb34884 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -5,6 +5,10 @@ sidebar_position: 9 # Changelog +## v3.29.1 - 2023-08-26 + +- Fix automate release process. + ## v3.29.0 - 2023-08-26 - Update to Go 1.21 (bump minimum version to 1.20) ([#1302](https://github.com/go-task/task/issues/1302) by [@pd93](https://github.com/pd93)) diff --git a/package-lock.json b/package-lock.json index 4c897e8d7f..b533940166 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@go-task/cli", - "version": "3.29.0", + "version": "3.29.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 29c6d81ad8..cb354413d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@go-task/cli", - "version": "3.29.0", + "version": "3.29.1", "description": "A task runner / simpler Make alternative written in Go", "scripts": { "postinstall": "go-npm install",