1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
zap/tools/announceybot/release-announcement-template.md
2024-04-22 10:56:34 +02:00

503 B

New release {tag}!

Updates

{annotation}

Using it

Modify your build.zig.zon like this:

.{
    .name = "My example project",
    .version = "0.0.1",

    .dependencies = .{
        // zap {tag}
        .zap = .{
            .url = "https://github.com/zigzap/zap/archive/refs/tags/{tag}.tar.gz",
            .hash = "{hash}",
        },
    },
    .paths = .{
        "",
    },
}

See the release page: https://github.com/zigzap/zap/releases/{tag} for more information!