Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mlugg/setup-zig

Tags

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
mlugg Matthew Lugg
Add a bit more logging

v2

Toggle v2's commit message

Verified

This commit was signed with the committer’s verified signature.
mlugg Matthew Lugg
Add a bit more logging

v2.2.0

Toggle v2.2.0's commit message
Use named capture groups for version string matching

Previously it was referencing the wrong group index (off by one), which is easy to do when relying on indices. Using capture groups here should make it less error prone (and also fixes this initial problem).

Long term a small unit test should avoid this happening / regressing.

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mlugg Matthew Lugg
github: add separate README

This README will show up in the repo root on GitHub only. It explains
that the repository is mirrored and directs users to the canonical
Codeberg repository.

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
mlugg Matthew Lugg
Handle `zig env` being ZON instead of JSON

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
mlugg Matthew Lugg
main: fix canonical URL

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
mlugg Matthew Lugg
Use ziglang.org community mirrors list

This new list supersedes the `mirrors.json` in this repo.

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
mlugg Matthew Lugg
npm update

Notably, this gets us `@actions/github` 6.0.1, which is necessary for
`github.context.runAttempt` (so I have also updated `package.json`
accordingly). On that note... great job following semver, GitHub!
Between this and the non-breaking major version change on
`@actions/cache`, I'm starting to feel like nobody on the Actions team
understands how software versioning works.

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
mlugg Matthew Lugg
fix: handle new tarball name format as of 0.14.1

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mlugg Matthew Lugg
README: reference setup-zig@v2