Skip to content

Commit a4b5e8c

Browse files
feat: get rid of semantic release, use cocogitto
1 parent 6da4854 commit a4b5e8c

File tree

6 files changed

+172
-7053
lines changed

6 files changed

+172
-7053
lines changed

.github/workflows/retag-containers-after-push.yml

Lines changed: 0 additions & 182 deletions
This file was deleted.

.github/workflows/retag-containers-after-release.yml

Lines changed: 0 additions & 126 deletions
This file was deleted.

cog.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
ignore_merge_commits = true
22
tag_prefix = "v"
33

4-
pre_bump_hooks = [
5-
"sh -c \"echo '{{version}}' > NEXTVERSION\"",
6-
]
4+
pre_bump_hooks = []
75
post_bump_hooks = []
86

97
[commit_types]
108

119
[changelog]
1210
path = "CHANGELOG.md"
13-
authors = []
11+
authors = [{ signature = "Kristof Mattei", username = "kristof-mattei" }]
12+
template = "remote"
13+
remote = "github.com"
14+
repository = "rust-seed"
15+
owner = "kristof-mattei"
1416

1517
[bump_profiles]

0 commit comments

Comments
 (0)