Skip to content

Commit e9013f2

Browse files
committed
feat: add cog file
1 parent cf6086b commit e9013f2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

cog.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
post_bump_hooks = [
2+
"git push",
3+
"git push origin {{version}}",
4+
"echo Go to and post: https://discourse.nixos.org/t/dmerge-a-mini-dsl-for-data/27314",
5+
"cog -q changelog --at {{version}}",
6+
]
7+
8+
[changelog]
9+
path = "CHANGELOG.md"
10+
template = "remote"
11+
remote = "github.com"
12+
repository = "dmerge"
13+
owner = "divnix"
14+
authors = [{ username = "blaggacao", signature = "David Arnold" }]

0 commit comments

Comments
 (0)