1
0
mirror of https://github.com/go-task/task.git synced 2025-02-01 13:17:56 +02:00
This commit is contained in:
Andrey Nering 2023-08-26 18:45:44 -03:00
parent 5b8b58b6d9
commit 19eba3cc14
5 changed files with 11 additions and 3 deletions

View File

@ -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

View File

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

View File

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@go-task/cli",
"version": "3.29.0",
"version": "3.29.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -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",