Skip to content

Commit 19eba3c

Browse files
committed
v3.29.1
1 parent 5b8b58b commit 19eba3c

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ winget:
9999
commit_author:
100100
name: task-bot
101101
email: 106601941+task-bot@users.noreply.github.com
102-
commit_msg_template: "chore: bump {{PackageIdentifier}} to {{.Tag}}"
102+
commit_msg_template: "chore: bump {{.PackageIdentifier}} to {{.Tag}}"
103103
release_notes_url: https://github.com/go-task/task/releases/tag/{{.Tag}}
104104
tags:
105105
- build

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v3.29.1 - 2023-08-26
4+
5+
- Fix automate release process.
6+
37
## v3.29.0 - 2023-08-26
48

59
- Update to Go 1.21 (bump minimum version to 1.20) (#1302 by @pd93)

docs/docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ sidebar_position: 9
55

66
# Changelog
77

8+
## v3.29.1 - 2023-08-26
9+
10+
- Fix automate release process.
11+
812
## v3.29.0 - 2023-08-26
913

1014
- 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))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@go-task/cli",
3-
"version": "3.29.0",
3+
"version": "3.29.1",
44
"description": "A task runner / simpler Make alternative written in Go",
55
"scripts": {
66
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)