Skip to content

Commit

Permalink
fixed release note templates: b.installArtifact
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Sep 23, 2023
1 parent 8efc65e commit 8a2d077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here is a complete `build.zig.zon` example:
```

Then, in your `build.zig`'s `build` function, add the following before
`exe.install()`:
`b.installArtifact(exe)`:

```zig
const zap = b.dependency("zap", .{
Expand Down
3 changes: 2 additions & 1 deletion tools/announceybot/release-note-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Here is a complete `build.zig.zon` example:
```

Then, in your `build.zig`'s `build` function, add the following before `exe.install()`:
Then, in your `build.zig`'s `build` function, add the following before
`b.installArtifact(exe)`:

```zig
const zap = b.dependency("zap", .{
Expand Down

0 comments on commit 8a2d077

Please sign in to comment.