Skip to content

Commit

Permalink
chore: release Task.Task v3.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Sep 19, 2024
1 parent ce4c367 commit b698a0b
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
34 changes: 34 additions & 0 deletions manifests/t/Task/Task/3.39.1/Task.Task.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This file was generated by GoReleaser. DO NOT EDIT.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
PackageIdentifier: Task.Task
PackageVersion: 3.39.1
InstallerLocale: en-US
InstallerType: zip
ReleaseDate: "2024-09-18"
Installers:
- Architecture: x86
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: task.exe
PortableCommandAlias: task
InstallerUrl: https://github.com/go-task/task/releases/download/v3.39.1/task_windows_386.zip
InstallerSha256: 1588ed9960a856972b985b7da01e6c027dd3e53e1d7536731180679f54ff3687
UpgradeBehavior: uninstallPrevious
- Architecture: arm64
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: task.exe
PortableCommandAlias: task
InstallerUrl: https://github.com/go-task/task/releases/download/v3.39.1/task_windows_arm64.zip
InstallerSha256: 47a5fb4a09daca1448cd4f2761d902adeb6afd4af67c183bc1d0f68634b1e97f
UpgradeBehavior: uninstallPrevious
- Architecture: x64
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: task.exe
PortableCommandAlias: task
InstallerUrl: https://github.com/go-task/task/releases/download/v3.39.1/task_windows_amd64.zip
InstallerSha256: 473b72a27dd57b2e51b5e74c2a70fe568774a1d8f2f23f4ec45cd67b8121636c
UpgradeBehavior: uninstallPrevious
ManifestType: installer
ManifestVersion: 1.6.0
29 changes: 29 additions & 0 deletions manifests/t/Task/Task/3.39.1/Task.Task.locale.en-US.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# This file was generated by GoReleaser. DO NOT EDIT.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json
PackageIdentifier: Task.Task
PackageVersion: 3.39.1
PackageLocale: en-US
Publisher: Task
PublisherUrl: https://taskfile.dev/
PublisherSupportUrl: https://github.com/go-task/task/issues
PackageName: Task
PackageUrl: https://taskfile.dev/
License: MIT
ShortDescription: A task runner / simpler Make alternative written in Go
Description: Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
Moniker: Task
Tags:
- build
- build-tool
- devops
- go
- make
- makefile
- runner
- task
- task-runner
- taskfile
- tool
ReleaseNotesUrl: https://github.com/go-task/task/releases/tag/v3.39.1
ManifestType: defaultLocale
ManifestVersion: 1.6.0
7 changes: 7 additions & 0 deletions manifests/t/Task/Task/3.39.1/Task.Task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by GoReleaser. DO NOT EDIT.
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json
PackageIdentifier: Task.Task
PackageVersion: 3.39.1
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0

1 comment on commit b698a0b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log for details.

Unrecognized words (1)

subkey

Previously acknowledged words that are now absent craigloewen Daa Esco fabricbot Filezilla jedieaston Joakim Kad Karan Levvie mdanish Megamix msft quhxl redistribution russellbanks Tbot timezone Trenly :arrow_right:
To accept ✔️ these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands

... in a clone of the git@github.com:go-task/winget-pkgs.git repository
on the chore/task-v3.39.1 branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/go-task/winget-pkgs/actions/runs/10933012578/attempts/1'
If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

Please sign in to comment.