Skip to content

Commit 7f46c05

Browse files
committed
chore: sync with ecsact_common
1 parent 01155ad commit 7f46c05

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.2
1+
7.2.0

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ root = true
33
[*]
44
end_of_line = lf
55
insert_final_newline = true
6-

cog.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
pre_bump_hooks = [
2-
# Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
3-
"buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module",
4-
"bazel mod tidy",
2+
# Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
3+
"buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module",
4+
"bazel mod tidy",
55
]
66

77
post_bump_hooks = [
8-
"git push",
9-
"git push origin {{version}}",
10-
"gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag",
8+
"git push",
9+
"git push origin {{version}}",
10+
"gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag",
1111
]

0 commit comments

Comments
 (0)