1
0
mirror of https://github.com/go-task/task.git synced 2025-02-03 13:22:11 +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: commit_author:
name: task-bot name: task-bot
email: 106601941+task-bot@users.noreply.github.com 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}} release_notes_url: https://github.com/go-task/task/releases/tag/{{.Tag}}
tags: tags:
- build - build

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## v3.29.1 - 2023-08-26
- Fix automate release process.
## v3.29.0 - 2023-08-26 ## v3.29.0 - 2023-08-26
- Update to Go 1.21 (bump minimum version to 1.20) (#1302 by @pd93) - Update to Go 1.21 (bump minimum version to 1.20) (#1302 by @pd93)

View File

@ -5,6 +5,10 @@ sidebar_position: 9
# Changelog # Changelog
## v3.29.1 - 2023-08-26
- Fix automate release process.
## v3.29.0 - 2023-08-26 ## 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)) - 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", "name": "@go-task/cli",
"version": "3.29.0", "version": "3.29.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@go-task/cli", "name": "@go-task/cli",
"version": "3.29.0", "version": "3.29.1",
"description": "A task runner / simpler Make alternative written in Go", "description": "A task runner / simpler Make alternative written in Go",
"scripts": { "scripts": {
"postinstall": "go-npm install", "postinstall": "go-npm install",