Skip to content

Commit

Permalink
Update announceybot templates
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Apr 22, 2024
1 parent 382f3e5 commit 81cdd61
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions tools/announceybot/release-announcement-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Modify your `build.zig.zon` like this:
.url = "https://github.com/zigzap/zap/archive/refs/tags/{tag}.tar.gz",
.hash = "{hash}",
},
.paths = .{
"",
},
}
},
.paths = .{
"",
},
}
```
Expand Down
8 changes: 4 additions & 4 deletions tools/announceybot/release-dep-update-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
.url = "https://github.com/zigzap/zap/archive/{tag}.tar.gz",
.hash = "{hash}",
},
.paths = .{
"",
},
}
},
.paths = .{
"",
},
}
```
8 changes: 4 additions & 4 deletions tools/announceybot/release-note-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Here is a complete `build.zig.zon` example:
.url = "https://github.com/zigzap/zap/archive/refs/tags/{tag}.tar.gz",
.hash = "{hash}",
},
.paths = .{
"",
},
}
},
.paths = .{
"",
},
}
```
Expand Down

0 comments on commit 81cdd61

Please sign in to comment.