1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00

Goreleaser / GitHub Actions: Update committer

This commit is contained in:
Andrey Nering 2022-05-31 18:22:56 -03:00
parent 55dd7e20a0
commit 3f9c177d76
2 changed files with 7 additions and 2 deletions

View File

@ -31,3 +31,5 @@ jobs:
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build publish_dir: ./docs/build
user_name: task-bot
user_email: 106601941+task-bot@users.noreply.github.com

View File

@ -44,8 +44,8 @@ checksum:
nfpms: nfpms:
- vendor: Task - vendor: Task
homepage: https://github.com/go-task/task homepage: https://taskfile.dev
maintainer: Andrey Nering <andrey.nering@gmail.com> maintainer: Andrey Nering <andrey@nering.com.br>
description: Simple task runner written in Go description: Simple task runner written in Go
license: MIT license: MIT
conflicts: conflicts:
@ -78,3 +78,6 @@ brews:
bash_completion.install "completion/bash/task.bash" => "task" bash_completion.install "completion/bash/task.bash" => "task"
zsh_completion.install "completion/zsh/_task" => "_task" zsh_completion.install "completion/zsh/_task" => "_task"
fish_completion.install "completion/fish/task.fish" fish_completion.install "completion/fish/task.fish"
commit_author:
name: task-bot
email: 106601941+task-bot@users.noreply.github.com